Searched defs:MatrixPowerAtomic (Results 1 - 1 of 1) sorted by relevance

/external/eigen/unsupported/Eigen/src/MatrixFunctions/
H A DMatrixPower.h41 class MatrixPowerAtomic class in namespace:Eigen
67 MatrixPowerAtomic(const MatrixType& T, RealScalar p);
72 MatrixPowerAtomic<MatrixType>::MatrixPowerAtomic(const MatrixType& T, RealScalar p) : function in class:Eigen::MatrixPowerAtomic
77 void MatrixPowerAtomic<MatrixType>::compute(MatrixType& res) const
95 void MatrixPowerAtomic<MatrixType>::computePade(int degree, const MatrixType& IminusT, MatrixType& res) const
108 void MatrixPowerAtomic<MatrixType>::compute2x2(MatrixType& res, RealScalar p) const
129 void MatrixPowerAtomic<MatrixType>::computeBig(MatrixType& res) const
182 inline int MatrixPowerAtomic<MatrixType>::getPadeDegree(float normIminusT)
193 inline int MatrixPowerAtomic<MatrixTyp
[all...]

Completed in 76 milliseconds