Searched refs:RowMajorMatrixType (Results 1 – 2 of 2) sorted by relevance
109 typedef typename internal::plain_matrix_type_row_major<Derived>::type RowMajorMatrixType; typedef122 const RowMajorMatrixType src_demean = src.colwise() - src_mean;123 const RowMajorMatrixType dst_demean = dst.colwise() - dst_mean;
24 typedef Matrix<Scalar, Dynamic, Dynamic, RowMajor> RowMajorMatrixType; in product_notemporary() typedef34 RowMajorMatrixType rm3(rows, cols); in product_notemporary()