diff options
author | Maho Nakata <maho@FreeBSD.org> | 2004-08-29 07:49:57 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2004-08-29 07:49:57 +0000 |
commit | 99c126e32b935f284b418908fcb74e5a03a26560 (patch) | |
tree | cd7bc2520d70666a744083c178364330033073b8 /math/lapack95/pkg-descr | |
parent | 3745885086fc28f30681b8b2d75506d6f7729c7c (diff) | |
download | ports-99c126e32b935f284b418908fcb74e5a03a26560.tar.gz ports-99c126e32b935f284b418908fcb74e5a03a26560.zip |
Notes
Diffstat (limited to 'math/lapack95/pkg-descr')
-rw-r--r-- | math/lapack95/pkg-descr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/lapack95/pkg-descr b/math/lapack95/pkg-descr new file mode 100644 index 000000000000..ca2ab29ea7d8 --- /dev/null +++ b/math/lapack95/pkg-descr @@ -0,0 +1,11 @@ +LAPACK95 is a Fortran 95 interface to the Fortran 77 LAPACK library. +It improves upon the original user-interface to the LAPACK package, +taking advantage of the considerable simplifications which +Fortran 95 allows. The design of LAPACK95 exploits assumed-shape arrays, +optional arguments, and generic interfaces. The Fortran 95 interface +has been implemented by writing Fortran 95 ``wrappers'' to call +existing routines from the LAPACK package. This interface can persist +unchanged even if the underlying Fortran 77 LAPACK code is rewritten to +take advantage of the new features of Fortran 95. + +WWW: http://www.netlib.org/lapack95/ |