![]() |
v0.16.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 | |
| GetDiffDiffMatImpl (E &e, T1 &t_a, FTensor::Tensor2_symmetric< VT2, DimT2 > &t_S) | |
| template<int I, int J, int K, int L, int M, int N> | |
| auto | add (const Number< I > &, const Number< J > &, const Number< K > &, const Number< L > &, const Number< M > &, const Number< N > &) |
| template<int I, int J, int K, int L, int M> | |
| auto | add (const Number< I > &, const Number< J > &, const Number< K > &, const Number< L > &, const Number< M > &, const Number< 1 > &) |
| template<int I, int J, int K, int L> | |
| auto | add (const Number< I > &, const Number< J > &, const Number< K > &, const Number< L > &, const Number< 1 > &, const Number< 1 > &) |
| 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 I, int J, int K> | |
| void | set (const Number< I > &, const Number< J > &, const Number< K > &, const Number< 0 > &) |
| template<int I, int J> | |
| void | set (const Number< I > &, const Number< J > &, const Number< 0 > &, const Number< 0 > &) |
| template<int I, int K> | |
| void | set (const Number< I > &, const Number< 0 > &, const Number< K > &, const Number< 0 > &) |
| void | set (const Number< 0 > &, const Number< 0 > &, const Number< 0 > &, const Number< 0 > &) |
Public Attributes | |
| SecondMatrixDirectiveImpl< E, C > | r |
| E & | e |
| T1 & | tA |
| FTensor::Tensor2_symmetric< VT2, DimT2 > & | tS |
Definition at line 691 of file MatrixFunctionTemplate.hpp.
| using EigenMatrix::GetDiffDiffMatImpl< E, C, T1, FTensor::Tensor2_symmetric< VT2, DimT2 > >::Fun = typename E::Fun |
Definition at line 694 of file MatrixFunctionTemplate.hpp.
| using EigenMatrix::GetDiffDiffMatImpl< E, C, T1, FTensor::Tensor2_symmetric< VT2, DimT2 > >::Number = FTensor::Number<N> |
Definition at line 699 of file MatrixFunctionTemplate.hpp.
| using EigenMatrix::GetDiffDiffMatImpl< E, C, T1, FTensor::Tensor2_symmetric< VT2, DimT2 > >::NumberDim = typename E::NumberDim |
Definition at line 697 of file MatrixFunctionTemplate.hpp.
| using EigenMatrix::GetDiffDiffMatImpl< E, C, T1, FTensor::Tensor2_symmetric< VT2, DimT2 > >::NumberNb = typename E::NumberNb |
Definition at line 696 of file MatrixFunctionTemplate.hpp.
| using EigenMatrix::GetDiffDiffMatImpl< E, C, T1, FTensor::Tensor2_symmetric< VT2, DimT2 > >::Val = typename E::Val |
Definition at line 692 of file MatrixFunctionTemplate.hpp.
| using EigenMatrix::GetDiffDiffMatImpl< E, C, T1, FTensor::Tensor2_symmetric< VT2, DimT2 > >::Vec = typename E::Vec |
Definition at line 693 of file MatrixFunctionTemplate.hpp.
|
inline |
Definition at line 701 of file MatrixFunctionTemplate.hpp.
|
inline |
Definition at line 749 of file MatrixFunctionTemplate.hpp.
|
inline |
Definition at line 735 of file MatrixFunctionTemplate.hpp.
|
inline |
Definition at line 709 of file MatrixFunctionTemplate.hpp.
|
inline |
Definition at line 791 of file MatrixFunctionTemplate.hpp.
|
inline |
Definition at line 786 of file MatrixFunctionTemplate.hpp.
|
inline |
Definition at line 780 of file MatrixFunctionTemplate.hpp.
|
inline |
Definition at line 774 of file MatrixFunctionTemplate.hpp.
|
inline |
Definition at line 757 of file MatrixFunctionTemplate.hpp.
| E& EigenMatrix::GetDiffDiffMatImpl< E, C, T1, FTensor::Tensor2_symmetric< VT2, DimT2 > >::e |
Definition at line 704 of file MatrixFunctionTemplate.hpp.
| SecondMatrixDirectiveImpl<E, C> EigenMatrix::GetDiffDiffMatImpl< E, C, T1, FTensor::Tensor2_symmetric< VT2, DimT2 > >::r |
Definition at line 703 of file MatrixFunctionTemplate.hpp.
| T1& EigenMatrix::GetDiffDiffMatImpl< E, C, T1, FTensor::Tensor2_symmetric< VT2, DimT2 > >::tA |
Definition at line 705 of file MatrixFunctionTemplate.hpp.
| FTensor::Tensor2_symmetric<VT2, DimT2>& EigenMatrix::GetDiffDiffMatImpl< E, C, T1, FTensor::Tensor2_symmetric< VT2, DimT2 > >::tS |
Definition at line 706 of file MatrixFunctionTemplate.hpp.