Searched refs:submat (Results 1 – 1 of 1) sorted by relevance
63 MatrixType submat = mat.template block<4,4>(i,j); in inverse_general_4x4() local65 VERIFY_IS_APPROX(mat_inv, submat.inverse()); in inverse_general_4x4()66 mat.template block<4,4>(i,j) = submat.inverse(); in inverse_general_4x4()