Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
11 lines
465 B
Plaintext
11 lines
465 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.
|