OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cr_t
(Results
1 - 1
of
1
) sorted by null
/external/eigen/test/
umeyama.cpp
100
// MUST be positive because in any other case det(
cR_t
) may become negative for
107
MatrixX
cR_t
= MatrixX::Identity(dim+1,dim+1);
108
cR_t
.block(0,0,dim,dim) = c*R;
109
cR_t
.block(0,dim,dim,1) = t;
114
MatrixX dst =
cR_t
*src;
132
// MUST be positive because in any other case det(
cR_t
) may become negative for
139
HomMatrix
cR_t
= HomMatrix::Identity(dim+1,dim+1);
140
cR_t
.block(0,0,dim,dim) = c*R;
141
cR_t
.block(0,dim,dim,1) = t;
146
MatrixX dst =
cR_t
*src
[
all
...]
Completed in 160 milliseconds