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

  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixLogarithm.h 53 void computeBig(const MatrixType& A, MatrixType& result);
91 computeBig(A, result);
126 void MatrixLogarithmAtomic<MatrixType>::computeBig(const MatrixType& A, MatrixType& result)
MatrixPower.h 59 void computeBig(MatrixType& res) const;
90 computeBig(res);
129 void MatrixPowerAtomic<MatrixType>::computeBig(MatrixType& res) const

Completed in 53 milliseconds