Lines Matching refs:eigen_assert
261 eigen_assert(m_isInitialized && "SelfAdjointEigenSolver is not initialized.");
262 …eigen_assert(m_eigenvectorsOk && "The eigenvectors have not been computed together with the eigenv…
284 eigen_assert(m_isInitialized && "SelfAdjointEigenSolver is not initialized.");
308 eigen_assert(m_isInitialized && "SelfAdjointEigenSolver is not initialized.");
309 …eigen_assert(m_eigenvectorsOk && "The eigenvectors have not been computed together with the eigenv…
333 eigen_assert(m_isInitialized && "SelfAdjointEigenSolver is not initialized.");
334 …eigen_assert(m_eigenvectorsOk && "The eigenvectors have not been computed together with the eigenv…
345 eigen_assert(m_isInitialized && "SelfAdjointEigenSolver is not initialized.");
407 eigen_assert(matrix.cols() == matrix.rows());
408 eigen_assert((options&~(EigVecMask|GenEigMask))==0
628 eigen_assert(mat.cols() == 3 && mat.cols() == mat.rows());
629 eigen_assert((options&~(EigVecMask|GenEigMask))==0
735 eigen_assert(mat.cols() == 2 && mat.cols() == mat.rows());
736 eigen_assert((options&~(EigVecMask|GenEigMask))==0