SyTen
tensor.cpp File Reference

Exposes Tensor<> up to rank-8. More...

+ Include dependency graph for tensor.cpp:

Namespaces

 syten
 Syten namespace.
 
 syten::Pyten
 Contains the initialisation functions for Python bindings.
 

Functions

void syten::Pyten::init_tensor (py::module &m)
 Exposes Tensor classes up to rank 8. More...
 
template<Rank rank>
void syten::Pyten::init_tensor (py::module &module, const char *name)
 Exposes a single Tensor of the specified rank. More...
 
void syten::Pyten::init_tensor_decomp (py::module &m)
 Exposes SVD and QR for a single rank-r tensor. More...
 
void syten::Pyten::init_tensor_multiplications (py::module &tensor_mod)
 Exposes currently-used tensor multiplications as generated by dense_mult.cpp. More...
 

Detailed Description

Exposes Tensor<> up to rank-8.