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

/external/eigen/unsupported/Eigen/src/MatrixFunctions/
H A DMatrixLogarithm.h53 void computeBig(const MatrixType& A, MatrixType& result);
91 computeBig(A, result);
126 void MatrixLogarithmAtomic<MatrixType>::computeBig(const MatrixType& A, MatrixType& result) function in class:Eigen::MatrixLogarithmAtomic
H A DMatrixPower.h59 void computeBig(MatrixType& res) const;
90 computeBig(res);
129 void MatrixPowerAtomic<MatrixType>::computeBig(MatrixType& res) const function in class:Eigen::MatrixPowerAtomic

Completed in 190 milliseconds