Einsums Core Module#

This module contains many functions and classes implemented in C++.

einsums.core.gpu_enabled() bool#

Check whether einsums was built with GPU acceleration enabled.

Returns:

True if GPU capabilities are enabled.

Added in version 1.0.0.

einsums.core.initialize()#

Initializes the Einsums library. This is an internal function that is called automatically. It does not need to be called directly, and instead it is called when you import einsums.

Added in version 1.0.0.

einsums.core.finalize()#

Finalize the Einsums library, optionally printing timing info. This does not need to be called directly, as it is registered with the atexit module.

Added in version 1.0.0.