SyTen
tensor_exponential.cpp File Reference

Implementation for inc/tensor/tensor_exponential.h. More...

+ Include dependency graph for tensor_exponential.cpp:

Namespaces

 syten
 Syten namespace.
 

Functions

Tensor< 2 > syten::exponentialTensorGen (Tensor< 2 > const &in, SDef const t, Basis const &full_basis)
 And overload which works for generic matrices by brute force exponentiating the sum after rescaling each summand. More...
 
Tensor< 2 > syten::exponentialTensorSym (Tensor< 2 > const &in, SDef const prefactor, Basis const &full_basis=Basis())
 Builds the exponential \( e^{c A} \) of a hermitian rank-2 tensor \( A \) and a scalar prefactor \( c \). More...
 

Detailed Description

Implementation for inc/tensor/tensor_exponential.h.