Skip to content

Commit 5ac2da4

Browse files
committed
2 parents 8e266ff + db0cd9c commit 5ac2da4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# fortran-lapack
22
This package provides precision-agnostic, high-level linear algebra APIs for `real` and `complex` arguments in Modern Fortran. The APIs are similar to NumPy/SciPy operations, and leverage a Modern Fortran implementation of the [Reference-LAPACK](http://github.com/reference-LAPACK) library.
33

4+
A full and standardized implementation of the present library has been integrated into the [Fortran Standard Library](http://stdlib.fortran-lang.org/), and as such, most users should seek to access the functionality from `stdlib`. The present library is kept in place for those who seek a compact implementation of it.
5+
46
# Current API
57

68
[The documentation site](https://perazz.github.io/fortran-lapack/index.html) contains full documentation for the library.

0 commit comments

Comments
 (0)