Home | History | Annotate | Download | only in Eigenvalues

Lines Matching refs:eigen_assert

230       eigen_assert(m_isInitialized && "SelfAdjointEigenSolver is not initialized.");
231 eigen_assert(m_eigenvectorsOk && "The eigenvectors have not been computed together with the eigenvalues.");
252 eigen_assert(m_isInitialized && "SelfAdjointEigenSolver is not initialized.");
276 eigen_assert(m_isInitialized && "SelfAdjointEigenSolver is not initialized.");
277 eigen_assert(m_eigenvectorsOk && "The eigenvectors have not been computed together with the eigenvalues.");
301 eigen_assert(m_isInitialized && "SelfAdjointEigenSolver is not initialized.");
302 eigen_assert(m_eigenvectorsOk && "The eigenvectors have not been computed together with the eigenvalues.");
312 eigen_assert(m_isInitialized && "SelfAdjointEigenSolver is not initialized.");
387 eigen_assert(matrix.cols() == matrix.rows());
388 eigen_assert((options&~(EigVecMask|GenEigMask))==0
544 eigen_assert(mat.cols() == 3 && mat.cols() == mat.rows());
545 eigen_assert((options&~(EigVecMask|GenEigMask))==0
678 eigen_assert(mat.cols() == 2 && mat.cols() == mat.rows());
679 eigen_assert((options&~(EigVecMask|GenEigMask))==0