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

Go to the source code of this file.

Classes

class  FTensor::DiffSymmetrize< T >
 Fourth-order symmetrization tensor. More...
 

Namespaces

namespace  FTensor
 Tensors class implemented by Walter Landry.
 

Functions

template<class T = int>
constexpr auto FTensor::diff_symmetrize ()
 
template<class T = int, char i, char j, char k, char l, int Dim0, int Dim1, int Dim2, int Dim3>
Tensor4_Expr< DiffSymmetrize< T >, typename DiffSymmetrize< T >::value_type, Dim0, Dim1, Dim2, Dim3, i, j, k, lFTensor::diff_symmetrize (const Index< i, Dim0 > &, const Index< j, Dim1 > &, const Index< k, Dim2 > &, const Index< l, Dim3 > &)