.. highlightlang:: us .. index:: get_math_lib .. _get_math_lib: get_math_lib ============ .. us.tag get_math_lib NOTREADYENGLISH math-misc New5140 Changed5152 :ref:`get_math_lib` returns the name of the enabled math libray. .. function:: ssLib = get_math_lib() .. us.return **Return Value** *ssLib* is one of the following strings: "ref", "mkl". .. list-table:: :header-rows: 0 * - 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 .. us.example **Example** See :ref:`set_math_lib`. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 5.15.2 - AMD Core Math Library (ACML) removed, use MKL. * - 5.14.0 - New .. seealso:: :ref:`overview-mathematic`, :ref:`set_math_lib` :sub:`id-1060794`