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

Go to the source code of this file.

Classes

class  FTensor::DiffTensor< T >
 Fourth-order differential tensor symmetric in both index pairs. More...
 

Namespaces

namespace  FTensor
 Tensors class implemented by Walter Landry.
 

Functions

template<class T = int>
constexpr auto FTensor::diff_tensor ()
 
template<class T = int, char i, char j, char k, char l, int Dim01, int Dim23>
Ddg_Expr< DiffTensor< T >, typename DiffTensor< T >::value_type, Dim01, Dim23, i, j, k, lFTensor::diff_tensor (const Index< i, Dim01 > &, const Index< j, Dim01 > &, const Index< k, Dim23 > &, const Index< l, Dim23 > &)