v0.16.0
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
SymmLTensor.hpp File Reference

Go to the source code of this file.

Classes

class  FTensor::SymmLTensor< T, Dim >
 Mapping from symmetric tensor indices to packed storage index. More...
 

Namespaces

namespace  FTensor
 Tensors class implemented by Walter Landry.
 

Functions

template<class T = int, int Dim>
constexpr auto FTensor::symm_l_tensor ()
 
template<class T = int, int Dim>
constexpr auto FTensor::symm_l_tensor (const Number< Dim > &)
 
template<class T = int, char i, char j, char k, int Dim01, int Dim2>
std::enable_if<(Dim2==(Dim01 *(Dim01+1))/2), Dg_Expr< SymmLTensor< T, Dim01 >, typenameSymmLTensor< T, Dim01 >::value_type, Dim01, Dim2, i, j, k > >::type FTensor::symm_l_tensor (const Index< i, Dim01 > &, const Index< j, Dim01 > &, const Index< k, Dim2 > &)