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