Searched refs:LinearPart (Results 1 – 2 of 2) sorted by relevance
58 typedef Block<MatrixType,Dim,Dim> LinearPart; typedef150 inline LinearPart linear() { return m_matrix.template block<Dim,Dim>(0,0); }
199 typedef Block<MatrixType,Dim,Dim,int(Mode)==(AffineCompact) && (Options&RowMajor)==0> LinearPart; typedef375 inline LinearPart linear() { return LinearPart(m_matrix,0,0); } in linear()