diff options
Diffstat (limited to 'math/lapacke/pkg-descr')
| -rw-r--r-- | math/lapacke/pkg-descr | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/math/lapacke/pkg-descr b/math/lapacke/pkg-descr new file mode 100644 index 000000000000..56be843c0b78 --- /dev/null +++ b/math/lapacke/pkg-descr @@ -0,0 +1,12 @@ +LAPACKE is a standard C language APIs for LAPACK, which introduces +the following features[1]: +- row-major and column-major matrix layout controlled by the first function + parameter; +- an implementation with working arrays (middle-level interface) as well as + without working arrays (high-level interface); +- input scalars passed by value; +- error code as a return value instead of the INFO parameter. + +[1] Intel Corporation. "C Interface to LAPACK" README. 2010. + +WWW: http://www.netlib.org/lapack/ |
