|
Grid 0.7.0
|
Go to the source code of this file.
Macros | |
| #define | DEFAULT_MAT_EXP |
Functions | |
| NAMESPACE_BEGIN (Grid) | |
| template<class vtype> | |
| accelerator_inline iScalar< vtype > | Exponentiate (const iScalar< vtype > &r, RealD alpha, Integer Nexp=DEFAULT_MAT_EXP) |
| template<class vtype, int N> | |
| accelerator_inline iVector< vtype, N > | Exponentiate (const iVector< vtype, N > &r, RealD alpha, Integer Nexp=DEFAULT_MAT_EXP) |
| template<class vtype, int N, typename std::enable_if< GridTypeMapper< vtype >::TensorLevel==0 >::type * = nullptr> | |
| accelerator_inline iMatrix< vtype, N > | Exponentiate (const iMatrix< vtype, N > &arg, RealD alpha, Integer Nexp=DEFAULT_MAT_EXP) |
| NAMESPACE_END (Grid) | |
| #define DEFAULT_MAT_EXP |
Definition at line 31 of file Tensor_exp.h.
Referenced by expMat(), Exponentiate(), Exponentiate(), and Exponentiate().
| NAMESPACE_BEGIN | ( | Grid | ) |
| accelerator_inline iScalar< vtype > Exponentiate | ( | const iScalar< vtype > & | r, |
| RealD | alpha, | ||
| Integer | Nexp = DEFAULT_MAT_EXP ) |
Definition at line 40 of file Tensor_exp.h.
References iScalar< vtype >::_internal, accelerator_inline, DEFAULT_MAT_EXP, and Exponentiate().
Referenced by Exponentiate(), and Exponentiate().
| accelerator_inline iVector< vtype, N > Exponentiate | ( | const iVector< vtype, N > & | r, |
| RealD | alpha, | ||
| Integer | Nexp = DEFAULT_MAT_EXP ) |
Definition at line 47 of file Tensor_exp.h.
References iVector< vtype, N >::_internal, accelerator_inline, DEFAULT_MAT_EXP, and Exponentiate().
| accelerator_inline iMatrix< vtype, N > Exponentiate | ( | const iMatrix< vtype, N > & | arg, |
| RealD | alpha, | ||
| Integer | Nexp = DEFAULT_MAT_EXP ) |
Definition at line 122 of file Tensor_exp.h.
References accelerator_inline, and DEFAULT_MAT_EXP.
| NAMESPACE_END | ( | Grid | ) |