Go to the source code of this file.
|
| namespace | FTensor |
| | Tensors class implemented by Walter Landry.
|
| |
|
| template<class T = int, int Dim> |
| constexpr auto | FTensor::diff_deviator () |
| |
| template<class T = int, int Dim> |
| constexpr auto | FTensor::diff_deviator (const Number< Dim > &) |
| |
| template<class T = int, int Dim, char i, char j, char k, char l, int Dim01, int Dim23> |
| std::enable_if<(Dim01==3 &&Dim23==Dim), Ddg_Expr< DiffDeviator< T, Dim >, typenameDiffDeviator< T, Dim >::value_type, Dim01, Dim23, i, j, k, l > >::type | FTensor::diff_deviator (const Index< i, Dim01 > &, const Index< j, Dim01 > &, const Index< k, Dim23 > &, const Index< l, Dim23 > &) |
| |