Home
last modified time | relevance | path

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

/external/eigen/unsupported/Eigen/src/MatrixFunctions/
DMatrixPower.h39 class MatrixPowerParenthesesReturnValue : public ReturnByValue< MatrixPowerParenthesesReturnValue<M…
51MatrixPowerParenthesesReturnValue(MatrixPower<MatrixType>& pow, RealScalar p) : m_pow(pow), m_p(p) in MatrixPowerParenthesesReturnValue() function
368 const MatrixPowerParenthesesReturnValue<MatrixType> operator()(RealScalar p) in operator()
369 { return MatrixPowerParenthesesReturnValue<MatrixType>(*this, p); } in operator()
686 struct traits< MatrixPowerParenthesesReturnValue<MatrixPowerType> >