mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
030a58883d
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/ PR: 153045 Submitted by: Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp>
13 lines
503 B
Plaintext
13 lines
503 B
Plaintext
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/
|