![]() |
v0.14.0 |
#include <src/ftensor/src/MatrixFunctionTemplate.hpp>
Public Types | |
using | Val = typename E::Val |
using | Vec = typename E::Vec |
using | Fun = typename E::Fun |
template<int N> | |
using | Number = FTensor::Number< N > |
Public Member Functions | |
d2MImpl (E &e) | |
template<int b, int a> | |
C | term (const int i, const int j, const int k, const int l) const |
template<int nb, int a> | |
C | eval (const Number< nb > &, const Number< a > &, const int i, const int j, const int k, const int l) const |
template<int a> | |
C | eval (const Number< 1 > &, const Number< a > &, const int i, const int j, const int k, const int l) const |
Public Attributes | |
G | g |
E & | e |
Definition at line 132 of file MatrixFunctionTemplate.hpp.
using EigenMatrix::d2MImpl< E, C, G >::Fun = typename E::Fun |
Definition at line 135 of file MatrixFunctionTemplate.hpp.
using EigenMatrix::d2MImpl< E, C, G >::Number = FTensor::Number<N> |
Definition at line 137 of file MatrixFunctionTemplate.hpp.
using EigenMatrix::d2MImpl< E, C, G >::Val = typename E::Val |
Definition at line 133 of file MatrixFunctionTemplate.hpp.
using EigenMatrix::d2MImpl< E, C, G >::Vec = typename E::Vec |
Definition at line 134 of file MatrixFunctionTemplate.hpp.
|
inline |
Definition at line 138 of file MatrixFunctionTemplate.hpp.
|
inline |
Definition at line 159 of file MatrixFunctionTemplate.hpp.
|
inline |
Definition at line 152 of file MatrixFunctionTemplate.hpp.
|
inline |
Definition at line 143 of file MatrixFunctionTemplate.hpp.
E& EigenMatrix::d2MImpl< E, C, G >::e |
Definition at line 140 of file MatrixFunctionTemplate.hpp.
G EigenMatrix::d2MImpl< E, C, G >::g |
Definition at line 139 of file MatrixFunctionTemplate.hpp.