OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RowMajorMatrixType
(Results
1 - 2
of
2
) sorted by null
/external/eigen/Eigen/src/Geometry/
Umeyama.h
110
typedef typename internal::plain_matrix_type_row_major<Derived>::type
RowMajorMatrixType
;
123
const
RowMajorMatrixType
src_demean = src.colwise() - src_mean;
124
const
RowMajorMatrixType
dst_demean = dst.colwise() - dst_mean;
/external/eigen/test/
product_notemporary.cpp
39
typedef Matrix<Scalar, Dynamic, Dynamic, RowMajor>
RowMajorMatrixType
;
49
RowMajorMatrixType
rm3(rows, cols);
Completed in 489 milliseconds