SyTen
stensor.cpp File Reference

Exposes STensor and related functions. More...

+ Include dependency graph for stensor.cpp:

Namespaces

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

Functions

template<typename Class , Rank... Ranks>
void syten::Pyten::add_tensor_ctor_to_stensor (Class &stensor, std::index_sequence< Ranks... >={})
 Helper function to add a ctor to the exposed STensor class taking any rank-X tensor. More...
 
void syten::Pyten::init_stensor (py::module &m)
 Exposes the STensor and SBasis class and associated functions. More...
 

Detailed Description

Exposes STensor and related functions.