HomeSort by relevance Sort by last modified time
    Searched refs:MatrixPower (Results 1 - 4 of 4) sorted by null

  /external/eigen/unsupported/doc/examples/
MatrixPower_optimal.cpp 9 MatrixPower<Matrix4cd> Apow(A);
  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixPower.h 15 template<typename MatrixType> class MatrixPower;
24 MatrixPowerRetval(MatrixPower<MatrixType>& pow, RealScalar p) : m_pow(pow), m_p(p)
35 MatrixPower<MatrixType>& m_pow;
274 class MatrixPower
296 explicit MatrixPower(const MatrixType& A) : m_A(A), m_conditionNumber(0)
355 void MatrixPower<MatrixType>::compute(ResultType& res, RealScalar p)
371 typename MatrixPower<MatrixType>::RealScalar
372 MatrixPower<MatrixType>::modfAndInit(RealScalar x, RealScalar* intpart)
397 void MatrixPower<MatrixType>::computeIntPower(ResultType& res, RealScalar p)
415 void MatrixPower<MatrixType>::computeFracPower(ResultType& res, RealScalar p
    [all...]
  /external/eigen/unsupported/test/
matrix_power.cpp 46 MatrixPower<Matrix<T,2,2> > Apow(A);
68 MatrixPower<Matrix<std::complex<T>,2,2> > Apow(A);
91 MatrixPower<MatrixType> mpow(m1);
  /external/eigen/Eigen/src/Core/
MatrixBase.h 165 template<typename MatrixPower, typename Lhs, typename Rhs>
166 Derived& lazyAssign(const MatrixPowerProduct<MatrixPower, Lhs,Rhs>& other);

Completed in 195 milliseconds