Searched refs:m_fixed (Results 1 – 1 of 1) sorted by relevance
/external/eigen/test/ |
D | commainitializer.cpp | 16 Matrix<int, M1+M2, N1+N2> m_fixed; in test_blocks() local 27 …VERIFY_IS_EQUAL((m_fixed << mat11, mat12, mat21, matx22).finished(), (m_dynamic << mat11, matx12, … in test_blocks() 28 VERIFY_IS_EQUAL((m_fixed.template topLeftCorner<M1,N1>()), mat11); in test_blocks() 29 VERIFY_IS_EQUAL((m_fixed.template topRightCorner<M1,N2>()), mat12); in test_blocks() 30 VERIFY_IS_EQUAL((m_fixed.template bottomLeftCorner<M2,N1>()), mat21); in test_blocks() 31 VERIFY_IS_EQUAL((m_fixed.template bottomRightCorner<M2,N2>()), mat22); in test_blocks() 32 …VERIFY_IS_EQUAL((m_fixed << mat12, mat11, matx21, mat22).finished(), (m_dynamic << mat12, matx11, … in test_blocks() 37 VERIFY_RAISES_ASSERT((m_fixed << mat11, mat12, mat11, mat21, mat22)); in test_blocks() 38 VERIFY_RAISES_ASSERT((m_fixed << mat11, mat12, mat21, mat21, mat22)); in test_blocks() 43 …VERIFY_IS_EQUAL((m_fixed << mat11, mat12, mat11, mat11, mat21, mat21, mat22).finished(), (m_dynami… in test_blocks() [all …]
|