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

/external/eigen/unsupported/Eigen/src/MatrixFunctions/
H A DMatrixLogarithm.h60 void computePade4(MatrixType& result, const MatrixType& T);
229 case 4: computePade4(result, T); break;
258 void MatrixLogarithmAtomic<MatrixType>::computePade4(MatrixType& result, const MatrixType& T) function in class:Eigen::MatrixLogarithmAtomic

Completed in 114 milliseconds