aboutsummaryrefslogtreecommitdiff
path: root/math/lapacke/pkg-descr
blob: 3a54222b4ffb29f775ccc8fd9e0f10932828383e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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/