get_math_lib returns the name of the enabled math libray.
Return Value
ssLib is one of the following strings: “ref”, “mkl”.
| mkl | Intel® Math Kernel Library (Intel® MKL), http://software.intel.com/en-us/intel-mkl/ |
| ref | Non optimized reference implemention, http://www.netlib.org/lapack/index.html |
Example
See set_math_lib.
History
| Version | Description |
|---|---|
| 5.15.2 | AMD Core Math Library (ACML) removed, use MKL. |
| 5.14.0 | New |
See also
id-1060794