Update math/cloog to version 0.18.3
[dports.git] / math / lapacke / pkg-descr
1 LAPACKE is a standard C language APIs for LAPACK, which introduces
2 the following features[1]:
3 - row-major and column-major matrix layout controlled by the first function 
4   parameter;
5 - an implementation with working arrays (middle-level interface) as well as 
6   without working arrays (high-level interface);
7 - input scalars passed by value;
8 - error code as a return value instead of the INFO parameter.
9
10 [1] Intel Corporation. "C Interface to LAPACK" README. 2010.
11
12 WWW: http://www.netlib.org/lapack/