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

/external/eigen/Eigen/src/Eigenvalues/
H A DHessenbergDecomposition.h129 _compute(m_matrix, m_hCoeffs, m_temp);
159 _compute(m_matrix, m_hCoeffs, m_temp);
270 static void _compute(MatrixType& matA, CoeffVectorType& hCoeffs, VectorType& temp);
292 void HessenbergDecomposition<MatrixType>::_compute(MatrixType& matA, CoeffVectorType& hCoeffs, VectorType& temp) function in class:Eigen::HessenbergDecomposition

Completed in 187 milliseconds