.. highlightlang:: us .. index:: get_math_lib .. _get_math_lib: get_math_lib ============ .. us.tag get_math_lib NOTREADYGERMAN math-misc New5140 Changed5152 :ref:`get_math_lib` erfragt, welche Mathematik-Library eingeschaltet ist. .. function:: ssLib = get_math_lib() .. us.return **Returnwert** *ssLib* ist einer der Strings "ref", "mkl". .. list-table:: :header-rows: 0 * - mkl - IntelĀ® Math Kernel Library (IntelĀ® MKL), http://software.intel.com/en-us/intel-mkl/ * - ref - Nicht-optimierte Referenz-Implementierung, http://www.netlib.org/lapack/index.html .. us.example **Beispiel** Siehe :ref:`set_math_lib`. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Beschreibung * - 5.15.2 - AMD Core Math Library (ACML) entfernt. * - 5.14.0 - Neu. .. seealso:: :ref:`uberblick-mathematik`, :ref:`set_math_lib` :sub:`id-1060794`