OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Matrix2
(Results
1 - 5
of
5
) sorted by null
/external/eigen/Eigen/src/Eigen2Support/Geometry/
Rotation2D.h
48
typedef Matrix<Scalar,2,2>
Matrix2
;
82
Matrix2
toRotationMatrix(void) const;
137
typename Rotation2D<Scalar>::
Matrix2
142
return (
Matrix2
() << cosA, -sinA, sinA, cosA).finished();
/external/eigen/Eigen/src/Geometry/
Rotation2D.h
53
typedef Matrix<Scalar,2,2>
Matrix2
;
90
Matrix2
toRotationMatrix() const;
148
typename Rotation2D<Scalar>::
Matrix2
155
return (
Matrix2
() << cosA, -sinA, sinA, cosA).finished();
/external/pdfium/third_party/lcms2-2.6/src/
cmsopt.c
[
all
...]
/external/eigen/test/eigen2/
eigen2_geometry.cpp
21
typedef Matrix<Scalar,2,2>
Matrix2
;
eigen2_geometry_with_eigen2_prefix.cpp
23
typedef Matrix<Scalar,2,2>
Matrix2
;
Completed in 2638 milliseconds