Searched defs:MatrixPower (Results 1 – 1 of 1) sorted by relevance
15 template<typename MatrixType> class MatrixPower; variable297 explicit MatrixPower(const MatrixType& A) : m_A(A), m_conditionNumber(0) in MatrixPower() function