#include <src/ftensor/src/FTensor/Riemann.hpp>
|
| Riemann () |
|
T | operator() (const int N1, const int N2, const int N3, const int N4) const |
|
T | eval (const int N1, const int N2, const int N3, const int N4) const |
|
T & | operator() (const int N1, const int N2, const int N3, const int N4) |
|
template<char i, char j, char k, char l> |
Riemann_Expr< Riemann< T, 3 >, T, 3, i, j, k, l > | operator() (const Index< i, 3 >, const Index< j, 3 >, const Index< k, 3 >, const Index< l, 3 >) |
|
template<class T>
class FTensor::Riemann< T, 3 >
Definition at line 13 of file Riemann.hpp.
◆ Riemann()
◆ eval()
template<class T >
T FTensor::Riemann< T, 3 >::eval |
( |
const int |
N1, |
|
|
const int |
N2, |
|
|
const int |
N3, |
|
|
const int |
N4 |
|
) |
| const |
|
inline |
◆ operator()() [1/3]
template<class T >
template<char i, char j, char k, char l>
Riemann_Expr<Riemann<T, 3>, T, 3, i, j, k, l> FTensor::Riemann< T, 3 >::operator() |
( |
const Index< i, 3 > |
, |
|
|
const Index< j, 3 > |
, |
|
|
const Index< k, 3 > |
, |
|
|
const Index< l, 3 > |
|
|
) |
| |
|
inline |
Definition at line 193 of file Riemann.hpp.
196 return Riemann_Expr<Riemann<T, 3>, T, 3,
i,
j,
k,
l>(*this);
◆ operator()() [2/3]
template<class T >
T& FTensor::Riemann< T, 3 >::operator() |
( |
const int |
N1, |
|
|
const int |
N2, |
|
|
const int |
N3, |
|
|
const int |
N4 |
|
) |
| |
|
inline |
Definition at line 171 of file Riemann.hpp.
173 return (N1 == 0 && N2 == 1 && N3 == 0 && N4 == 1)
175 : ((N1 == 0 && N2 == 1 && N3 == 0 && N4 == 2)
177 : ((N1 == 0 && N2 == 1 && N3 == 1 && N4 == 2)
179 : ((N1 == 0 && N2 == 2 && N3 == 1 && N4 == 2)
181 : ((N1 == 0 && N2 == 2 && N3 == 0 && N4 == 2)
183 : ((N1 == 1 && N2 == 2 && N3 == 1 && N4 == 2)
◆ operator()() [3/3]
template<class T >
T FTensor::Riemann< T, 3 >::operator() |
( |
const int |
N1, |
|
|
const int |
N2, |
|
|
const int |
N3, |
|
|
const int |
N4 |
|
) |
| const |
|
inline |
◆ data0101
◆ data0102
◆ data0112
◆ data0202
◆ data0212
◆ data1212
◆ zero
The documentation for this class was generated from the following file: