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

  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixLogarithm.h 57 void computePade(MatrixType& result, const MatrixType& T, int degree);
153 computePade(result, T, degree);
216 void MatrixLogarithmAtomic<MatrixType>::computePade(MatrixType& result, const MatrixType& T, int degree)
MatrixPower.h 57 void computePade(int degree, const MatrixType& IminusT, MatrixType& res) const;
95 void MatrixPowerAtomic<MatrixType>::computePade(int degree, const MatrixType& IminusT, MatrixType& res) const
172 computePade(degree, IminusT, res);

Completed in 1848 milliseconds