Home
last modified time | relevance | path

Searched refs:RowMajorMatrixType (Results 1 – 2 of 2) sorted by relevance

/external/eigen/Eigen/src/Geometry/
DUmeyama.h109 typedef typename internal::plain_matrix_type_row_major<Derived>::type RowMajorMatrixType; typedef
122 const RowMajorMatrixType src_demean = src.colwise() - src_mean;
123 const RowMajorMatrixType dst_demean = dst.colwise() - dst_mean;
/external/eigen/test/
Dproduct_notemporary.cpp24 typedef Matrix<Scalar, Dynamic, Dynamic, RowMajor> RowMajorMatrixType; in product_notemporary() typedef
34 RowMajorMatrixType rm3(rows, cols); in product_notemporary()