![]() |
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 | NumberNb = typename E::NumberNb |
using | NumberDim = typename E::NumberDim |
template<int N> | |
using | Number = FTensor::Number< N > |
Public Member Functions | |
GetDiffMatImpl (E &e, T &t_a) | |
template<int i, int j, int k, int l> | |
void | set (const Number< i > &, const Number< j > &, const Number< k > &, const Number< l > &) |
template<int j, int k, int l> | |
void | set (const Number< 1 > &, const Number< j > &, const Number< k > &, const Number< l > &) |
template<int k, int l> | |
void | set (const Number< 1 > &, const Number< 1 > &, const Number< k > &, const Number< l > &) |
template<int l> | |
void | set (const Number< 1 > &, const Number< 1 > &, const Number< 1 > &, const Number< l > &) |
void | set (const Number< 1 > &, const Number< 1 > &, const Number< 1 > &, const Number< 1 > &) |
Public Attributes | |
FirstMatrixDirectiveImpl< E, C > | r |
T & | tA |
Definition at line 529 of file MatrixFunctionTemplate.hpp.
using EigenMatrix::GetDiffMatImpl< E, C, T >::Fun = typename E::Fun |
Definition at line 532 of file MatrixFunctionTemplate.hpp.
using EigenMatrix::GetDiffMatImpl< E, C, T >::Number = FTensor::Number<N> |
Definition at line 537 of file MatrixFunctionTemplate.hpp.
using EigenMatrix::GetDiffMatImpl< E, C, T >::NumberDim = typename E::NumberDim |
Definition at line 535 of file MatrixFunctionTemplate.hpp.
using EigenMatrix::GetDiffMatImpl< E, C, T >::NumberNb = typename E::NumberNb |
Definition at line 534 of file MatrixFunctionTemplate.hpp.
using EigenMatrix::GetDiffMatImpl< E, C, T >::Val = typename E::Val |
Definition at line 530 of file MatrixFunctionTemplate.hpp.
using EigenMatrix::GetDiffMatImpl< E, C, T >::Vec = typename E::Vec |
Definition at line 531 of file MatrixFunctionTemplate.hpp.
|
inline |
Definition at line 539 of file MatrixFunctionTemplate.hpp.
|
inline |
Definition at line 587 of file MatrixFunctionTemplate.hpp.
|
inline |
Definition at line 577 of file MatrixFunctionTemplate.hpp.
|
inline |
Definition at line 566 of file MatrixFunctionTemplate.hpp.
|
inline |
Definition at line 555 of file MatrixFunctionTemplate.hpp.
|
inline |
Definition at line 544 of file MatrixFunctionTemplate.hpp.
FirstMatrixDirectiveImpl<E, C> EigenMatrix::GetDiffMatImpl< E, C, T >::r |
Definition at line 540 of file MatrixFunctionTemplate.hpp.
Definition at line 541 of file MatrixFunctionTemplate.hpp.