![]() |
v0.13.2 |
#include <src/ftensor/src/MatrixFunctionTemplate.hpp>
Public Types | |
using | Val = typename E::Val |
using | Vec = typename E::Vec |
using | Fun = typename E::Fun |
using | NumberNb = typename E::NumberNb |
using | NumberDim = typename E::NumberDim |
template<int N> | |
using | Number = FTensor::Number< N > |
Public Member Functions | |
d2MCoefficients (E &e) | |
template<int a, int b> | |
auto | get (const Number< a > &, const Number< b > &, const int i, const int j, const int k, const int l, const Number< 3 > &) const |
template<int a, int b> | |
auto | get (const Number< a > &, const Number< b > &, const int i, const int j, const int k, const int l, const Number< 2 > &) const |
template<int a, int b> | |
auto | get (const Number< a > &, const Number< b > &, const int i, const int j, const int k, const int l, const Number< 1 >) const |
Public Attributes | |
E & | e |
Definition at line 90 of file MatrixFunctionTemplate.hpp.
using EigenMatrix::d2MCoefficients< E, C >::Fun = typename E::Fun |
Definition at line 93 of file MatrixFunctionTemplate.hpp.
using EigenMatrix::d2MCoefficients< E, C >::Number = FTensor::Number<N> |
Definition at line 98 of file MatrixFunctionTemplate.hpp.
using EigenMatrix::d2MCoefficients< E, C >::NumberDim = typename E::NumberDim |
Definition at line 96 of file MatrixFunctionTemplate.hpp.
using EigenMatrix::d2MCoefficients< E, C >::NumberNb = typename E::NumberNb |
Definition at line 95 of file MatrixFunctionTemplate.hpp.
using EigenMatrix::d2MCoefficients< E, C >::Val = typename E::Val |
Definition at line 91 of file MatrixFunctionTemplate.hpp.
using EigenMatrix::d2MCoefficients< E, C >::Vec = typename E::Vec |
Definition at line 92 of file MatrixFunctionTemplate.hpp.
|
inline |
Definition at line 100 of file MatrixFunctionTemplate.hpp.
|
inline |
Definition at line 123 of file MatrixFunctionTemplate.hpp.
|
inline |
Definition at line 113 of file MatrixFunctionTemplate.hpp.
E& EigenMatrix::d2MCoefficients< E, C >::e |
Definition at line 101 of file MatrixFunctionTemplate.hpp.