Searched refs:computePade11 (Results 1 - 1 of 1) sorted by relevance

/external/eigen/unsupported/Eigen/src/MatrixFunctions/
H A DMatrixLogarithm.h67 void computePade11(MatrixType& result, const MatrixType& T);
236 case 11: computePade11(result, T); break;
394 void MatrixLogarithmAtomic<MatrixType>::computePade11(MatrixType& result, const MatrixType& T) function in class:Eigen::MatrixLogarithmAtomic

Completed in 88 milliseconds