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 | |
FirstMatrixDirectiveImpl (E &e) | |
template<int a, int i, int j, int k, int l> | |
C | term () const |
template<int nb, int i, int j, int k, int l> | |
C | eval (const Number< nb > &, const Number< i > &, const Number< j > &, const Number< k > &, const Number< l > &) const |
template<int i, int j, int k, int l> | |
C | eval (const Number< 1 > &, const Number< i > &, const Number< j > &, const Number< k > &, const Number< l > &) const |
Public Attributes | |
d2MImpl< E, C, d2MCoefficients< E, C > > | r |
E & | e |
Definition at line 383 of file MatrixFunctionTemplate.hpp.
using EigenMatrix::FirstMatrixDirectiveImpl< E, C >::Fun = typename E::Fun |
Definition at line 386 of file MatrixFunctionTemplate.hpp.
using EigenMatrix::FirstMatrixDirectiveImpl< E, C >::Number = FTensor::Number<N> |
Definition at line 388 of file MatrixFunctionTemplate.hpp.
using EigenMatrix::FirstMatrixDirectiveImpl< E, C >::Val = typename E::Val |
Definition at line 384 of file MatrixFunctionTemplate.hpp.
using EigenMatrix::FirstMatrixDirectiveImpl< E, C >::Vec = typename E::Vec |
Definition at line 385 of file MatrixFunctionTemplate.hpp.
|
inline |
|
inline |
Definition at line 413 of file MatrixFunctionTemplate.hpp.
|
inline |
E& EigenMatrix::FirstMatrixDirectiveImpl< E, C >::e |
Definition at line 392 of file MatrixFunctionTemplate.hpp.
d2MImpl<E, C, d2MCoefficients<E, C> > EigenMatrix::FirstMatrixDirectiveImpl< E, C >::r |
Definition at line 391 of file MatrixFunctionTemplate.hpp.