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
109
typedef typename internal::plain_matrix_type_row_major<Derived>::type
RowMajorMatrixType
;
122
const
RowMajorMatrixType
src_demean = src.colwise() - src_mean;
123
const
RowMajorMatrixType
dst_demean = dst.colwise() - dst_mean;
/external/eigen/test/
product_notemporary.cpp
24
typedef Matrix<Scalar, Dynamic, Dynamic, RowMajor>
RowMajorMatrixType
;
34
RowMajorMatrixType
rm3(rows, cols);
Completed in 541 milliseconds