Home
last modified time | relevance | path

Searched refs:MatrixPowerAtomic (Results 1 – 1 of 1) sorted by relevance

/external/eigen/unsupported/Eigen/src/MatrixFunctions/
DMatrixPower.h87 class MatrixPowerAtomic : internal::noncopyable
124 MatrixPowerAtomic(const MatrixType& T, RealScalar p);
136 MatrixPowerAtomic<MatrixType>::MatrixPowerAtomic(const MatrixType& T, RealScalar p) : in MatrixPowerAtomic() function
144 void MatrixPowerAtomic<MatrixType>::compute(ResultType& res) const in compute()
162 void MatrixPowerAtomic<MatrixType>::computePade(int degree, const MatrixType& IminusT, ResultType& … in computePade()
176 void MatrixPowerAtomic<MatrixType>::compute2x2(ResultType& res, RealScalar p) const in compute2x2()
195 void MatrixPowerAtomic<MatrixType>::computeBig(ResultType& res) const in computeBig()
236 inline int MatrixPowerAtomic<MatrixType>::getPadeDegree(float normIminusT) in getPadeDegree()
247 inline int MatrixPowerAtomic<MatrixType>::getPadeDegree(double normIminusT) in getPadeDegree()
259 inline int MatrixPowerAtomic<MatrixType>::getPadeDegree(long double normIminusT) in getPadeDegree()
[all …]