![]() |
v0.15.0 |
#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 | |
| GetMatImpl (E &e, T &t_a) | |
| template<int i, int j> | |
| void | set (const Number< i > &, const Number< j > &) |
| template<int i> | |
| void | set (const Number< i > &, const Number< 1 > &) |
| void | set (const Number< 1 > &, const Number< 1 > &) |
Public Attributes | |
| ReconstructMatImpl< E, C > | r |
| T & | tA |
Definition at line 492 of file MatrixFunctionTemplate.hpp.
| using EigenMatrix::GetMatImpl< E, C, T >::Fun = typename E::Fun |
Definition at line 495 of file MatrixFunctionTemplate.hpp.
| using EigenMatrix::GetMatImpl< E, C, T >::Number = FTensor::Number<N> |
Definition at line 500 of file MatrixFunctionTemplate.hpp.
| using EigenMatrix::GetMatImpl< E, C, T >::NumberDim = typename E::NumberDim |
Definition at line 498 of file MatrixFunctionTemplate.hpp.
| using EigenMatrix::GetMatImpl< E, C, T >::NumberNb = typename E::NumberNb |
Definition at line 497 of file MatrixFunctionTemplate.hpp.
| using EigenMatrix::GetMatImpl< E, C, T >::Val = typename E::Val |
Definition at line 493 of file MatrixFunctionTemplate.hpp.
| using EigenMatrix::GetMatImpl< E, C, T >::Vec = typename E::Vec |
Definition at line 494 of file MatrixFunctionTemplate.hpp.
|
inline |
Definition at line 502 of file MatrixFunctionTemplate.hpp.
|
inline |
Definition at line 523 of file MatrixFunctionTemplate.hpp.
|
inline |
Definition at line 515 of file MatrixFunctionTemplate.hpp.
| ReconstructMatImpl<E, C> EigenMatrix::GetMatImpl< E, C, T >::r |
Definition at line 503 of file MatrixFunctionTemplate.hpp.
| T& EigenMatrix::GetMatImpl< E, C, T >::tA |
Definition at line 504 of file MatrixFunctionTemplate.hpp.