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 | |
ReconstructMatImpl (E &e) | |
template<int a, int i, int j> | |
C | term () const |
template<int nb, int i, int j> | |
C | eval (const Number< nb > &, const Number< i > &, const Number< j > &) const |
template<int i, int j> | |
C | eval (const Number< 1 > &, const Number< i > &, const Number< j > &) const |
Public Attributes | |
E & | e |
Definition at line 356 of file MatrixFunctionTemplate.hpp.
using EigenMatrix::ReconstructMatImpl< E, C >::Fun = typename E::Fun |
Definition at line 359 of file MatrixFunctionTemplate.hpp.
using EigenMatrix::ReconstructMatImpl< E, C >::Number = FTensor::Number<N> |
Definition at line 361 of file MatrixFunctionTemplate.hpp.
using EigenMatrix::ReconstructMatImpl< E, C >::Val = typename E::Val |
Definition at line 357 of file MatrixFunctionTemplate.hpp.
using EigenMatrix::ReconstructMatImpl< E, C >::Vec = typename E::Vec |
Definition at line 358 of file MatrixFunctionTemplate.hpp.
|
inline |
Definition at line 363 of file MatrixFunctionTemplate.hpp.
|
inline |
Definition at line 378 of file MatrixFunctionTemplate.hpp.
|
inline |
E& EigenMatrix::ReconstructMatImpl< E, C >::e |
Definition at line 364 of file MatrixFunctionTemplate.hpp.