![]() |
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 |
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 695 of file MatrixFunctionTemplate.hpp.
using EigenMatrix::GetDiffDiffMatImpl< E, C, T1, FTensor::Tensor2_symmetric< VT2, DimT2 > >::Fun = typename E::Fun |
Definition at line 698 of file MatrixFunctionTemplate.hpp.
using EigenMatrix::GetDiffDiffMatImpl< E, C, T1, FTensor::Tensor2_symmetric< VT2, DimT2 > >::Number = FTensor::Number<N> |
Definition at line 703 of file MatrixFunctionTemplate.hpp.
using EigenMatrix::GetDiffDiffMatImpl< E, C, T1, FTensor::Tensor2_symmetric< VT2, DimT2 > >::NumberDim = typename E::NumberDim |
Definition at line 701 of file MatrixFunctionTemplate.hpp.
using EigenMatrix::GetDiffDiffMatImpl< E, C, T1, FTensor::Tensor2_symmetric< VT2, DimT2 > >::NumberNb = typename E::NumberNb |
Definition at line 700 of file MatrixFunctionTemplate.hpp.
using EigenMatrix::GetDiffDiffMatImpl< E, C, T1, FTensor::Tensor2_symmetric< VT2, DimT2 > >::Val = typename E::Val |
Definition at line 696 of file MatrixFunctionTemplate.hpp.
using EigenMatrix::GetDiffDiffMatImpl< E, C, T1, FTensor::Tensor2_symmetric< VT2, DimT2 > >::Vec = typename E::Vec |
Definition at line 697 of file MatrixFunctionTemplate.hpp.
|
inline |
Definition at line 705 of file MatrixFunctionTemplate.hpp.
|
inline |
Definition at line 753 of file MatrixFunctionTemplate.hpp.
|
inline |
Definition at line 739 of file MatrixFunctionTemplate.hpp.
|
inline |
Definition at line 713 of file MatrixFunctionTemplate.hpp.
|
inline |
Definition at line 795 of file MatrixFunctionTemplate.hpp.
|
inline |
Definition at line 790 of file MatrixFunctionTemplate.hpp.
|
inline |
Definition at line 784 of file MatrixFunctionTemplate.hpp.
|
inline |
Definition at line 778 of file MatrixFunctionTemplate.hpp.
|
inline |
Definition at line 761 of file MatrixFunctionTemplate.hpp.
E& EigenMatrix::GetDiffDiffMatImpl< E, C, T1, FTensor::Tensor2_symmetric< VT2, DimT2 > >::e |
Definition at line 708 of file MatrixFunctionTemplate.hpp.
SecondMatrixDirectiveImpl<E, C> EigenMatrix::GetDiffDiffMatImpl< E, C, T1, FTensor::Tensor2_symmetric< VT2, DimT2 > >::r |
Definition at line 707 of file MatrixFunctionTemplate.hpp.
T1& EigenMatrix::GetDiffDiffMatImpl< E, C, T1, FTensor::Tensor2_symmetric< VT2, DimT2 > >::tA |
Definition at line 709 of file MatrixFunctionTemplate.hpp.
FTensor::Tensor2_symmetric<VT2, DimT2>& EigenMatrix::GetDiffDiffMatImpl< E, C, T1, FTensor::Tensor2_symmetric< VT2, DimT2 > >::tS |
Definition at line 710 of file MatrixFunctionTemplate.hpp.