OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:aa_matrix
(Results
1 - 1
of
1
) sorted by null
/external/ceres-solver/internal/ceres/
rotation_test.cc
602
double
aa_matrix
[9];
local
603
AngleAxisToRotationMatrix(aa,
aa_matrix
);
604
Transpose3x3(
aa_matrix
); // Column to row major order.
611
EXPECT_THAT(
aa_matrix
, IsOrthonormal());
613
EXPECT_THAT(ea_matrix, IsNear3x3Matrix(
aa_matrix
));
[
all
...]
Completed in 94 milliseconds