Re: using a lapack routine
- From: michael.caracotsios@xxxxxxxxxxxxxxxx
- Date: Fri, 19 Sep 2008 03:01:12 -0700 (PDT)
I prefer to compile LAPACK and create a library. I then, create a
module with interfaces to LAPACK subroutines. For instance I have
created a function for the eigenvalues and eigenvectors of a real or a
real symmetric matrix. So when I want to calculate, say, the
eigenvectors of a real matrix A I type v=eigVectors(A), or if I want
the eigenvectors of a symmetric matrix A I type
v=eigVectors(A,sym="Y"). In this way the cumbersome argument list of
the LAPACK routines does not appear, or have to be used anywhere.
Michael
.
- References:
- using a lapack routine
- From: Ron Ford
- Re: using a lapack routine
- From: e p chandler
- Re: using a lapack routine
- From: Ron Ford
- using a lapack routine
- Prev by Date: Re: Praise for Gfortran (finally)
- Next by Date: Re: using a lapack routine
- Previous by thread: Re: using a lapack routine
- Next by thread: Re: using a lapack routine
- Index(es):
Relevant Pages
|
Loading