EinsumsPy/Tensor/TensorExport.hpp#

Defined in header EinsumsPy/Tensor/TensorExport.hpp.

See Overview for a list of names and headers that are part of the public Einsums API.

Defines

OPERATOR(OP, TYPE)
OPERATOR(OP, TYPE)
OPERATOR(OPNAME, OP, TYPE)
OPERATOR(OPNAME, OP, TYPE)
OPERATOR(OP, TYPE)
OPERATOR(OP, TYPE)
OPERATOR(OPNAME, OP, TYPE)
OPERATOR(OPNAME, OP, TYPE)
namespace einsums
namespace python

Functions

template<typename T>
void export_tensor(pybind11::module &mod)#

Expose runtime tensors to Python.

Template Parameters:

T – The stored type of the tensors to export.

Parameters:

mod – The module which will contain the definitions.