Searched refs:MatrixPower (Results 1 – 4 of 4) sorted by relevance
/external/eigen/unsupported/Eigen/src/MatrixFunctions/ |
D | MatrixPower.h | 15 template<typename MatrixType> class MatrixPower; variable 51 … MatrixPowerParenthesesReturnValue(MatrixPower<MatrixType>& pow, RealScalar p) : m_pow(pow), m_p(p) in MatrixPowerParenthesesReturnValue() 67 MatrixPower<MatrixType>& m_pow; 338 class MatrixPower : internal::noncopyable 354 explicit MatrixPower(const MatrixType& A) : in MatrixPower() function 450 void MatrixPower<MatrixType>::compute(ResultType& res, RealScalar p) in compute() 470 void MatrixPower<MatrixType>::split(RealScalar& p, RealScalar& intpart) in split() 491 void MatrixPower<MatrixType>::initialize() in initialize() 530 void MatrixPower<MatrixType>::computeIntPower(ResultType& res, RealScalar p) in computeIntPower() 553 void MatrixPower<MatrixType>::computeFracPower(ResultType& res, RealScalar p) in computeFracPower() [all …]
|
/external/eigen/unsupported/test/ |
D | matrix_power.cpp | 19 MatrixPower<Matrix<T,2,2> > Apow(A); in test2dRotation() 41 MatrixPower<Matrix<std::complex<T>,2,2> > Apow(A); in test2dHyperbolicRotation() 78 MatrixPower<MatrixType> mpow(m1); in testGeneral() 119 MatrixPower<MatrixType> mpow(m); in testSingular()
|
/external/eigen/unsupported/doc/examples/ |
D | MatrixPower_optimal.cpp | 9 MatrixPower<Matrix4cd> Apow(A); in main()
|
/external/eigen/unsupported/Eigen/ |
D | MatrixFunctions | 60 #include "src/MatrixFunctions/MatrixPower.h" 253 algorithm as implemented by class MatrixPower. The exponent is split 317 \include MatrixPower.cpp 318 Output: \verbinclude MatrixPower.out 321 circumstances under which you should use class MatrixPower directly. 322 MatrixPower can save the result of Schur decomposition, so it's 333 \sa MatrixBase::exp(), MatrixBase::log(), class MatrixPower.
|