![]() |
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 | NumberDim = typename E::NumberDim |
template<int N> | |
using | Number = FTensor::Number< N > |
Public Member Functions | |
SecondMatrixDirectiveImpl (E &e) | |
template<int a, int i, int j, int k, int l, int m, int n> | |
C | term1 () const |
template<int a, int i, int j, int k, int l, int m, int n> | |
C | term2 () const |
template<int a, int i, int j, int k, int l, int m, int n> | |
C | term3 () const |
template<int a, int i, int j, int k, int l, int m, int n> | |
C | term () const |
template<int nb, int i, int j, int k, int l, int m, int n> | |
C | eval (const Number< nb > &, const Number< i > &, const Number< j > &, const Number< k > &, const Number< l > &, const Number< m > &, const Number< n > &) const |
template<int i, int j, int k, int l, int m, int n> | |
C | eval (const Number< 1 > &, const Number< i > &, const Number< j > &, const Number< k > &, const Number< l > &, const Number< m > &, const Number< n > &) const |
Public Attributes | |
Fdd4MImpl< E, C > | r |
E & | e |
Definition at line 419 of file MatrixFunctionTemplate.hpp.
using EigenMatrix::SecondMatrixDirectiveImpl< E, C >::Fun = typename E::Fun |
Definition at line 422 of file MatrixFunctionTemplate.hpp.
using EigenMatrix::SecondMatrixDirectiveImpl< E, C >::Number = FTensor::Number<N> |
Definition at line 426 of file MatrixFunctionTemplate.hpp.
using EigenMatrix::SecondMatrixDirectiveImpl< E, C >::NumberDim = typename E::NumberDim |
Definition at line 424 of file MatrixFunctionTemplate.hpp.
using EigenMatrix::SecondMatrixDirectiveImpl< E, C >::Val = typename E::Val |
Definition at line 420 of file MatrixFunctionTemplate.hpp.
using EigenMatrix::SecondMatrixDirectiveImpl< E, C >::Vec = typename E::Vec |
Definition at line 421 of file MatrixFunctionTemplate.hpp.
|
inline |
Definition at line 428 of file MatrixFunctionTemplate.hpp.
|
inline |
Definition at line 485 of file MatrixFunctionTemplate.hpp.
|
inline |
Definition at line 473 of file MatrixFunctionTemplate.hpp.
|
inline |
Definition at line 451 of file MatrixFunctionTemplate.hpp.
|
inline |
Definition at line 433 of file MatrixFunctionTemplate.hpp.
|
inline |
Definition at line 439 of file MatrixFunctionTemplate.hpp.
|
inline |
Definition at line 445 of file MatrixFunctionTemplate.hpp.
E& EigenMatrix::SecondMatrixDirectiveImpl< E, C >::e |
Definition at line 430 of file MatrixFunctionTemplate.hpp.
Fdd4MImpl<E, C> EigenMatrix::SecondMatrixDirectiveImpl< E, C >::r |
Definition at line 429 of file MatrixFunctionTemplate.hpp.