Searched refs:Matrix2 (Results 1 - 5 of 5) sorted by relevance

/external/eigen/Eigen/src/Eigen2Support/Geometry/
H A DRotation2D.h48 typedef Matrix<Scalar,2,2> Matrix2; typedef in class:Eigen::Rotation2D
82 Matrix2 toRotationMatrix(void) const;
137 typename Rotation2D<Scalar>::Matrix2
142 return (Matrix2() << cosA, -sinA, sinA, cosA).finished();
/external/eigen/Eigen/src/Geometry/
H A DRotation2D.h53 typedef Matrix<Scalar,2,2> Matrix2; typedef in class:Eigen::Rotation2D
87 Matrix2 toRotationMatrix(void) const;
144 typename Rotation2D<Scalar>::Matrix2
149 return (Matrix2() << cosA, -sinA, sinA, cosA).finished();
/external/eigen/test/
H A Dgeo_transformations.cpp20 typedef Matrix<Scalar,2,2> Matrix2; typedef
91 typedef Matrix<Scalar,2,2> Matrix2; typedef
/external/eigen/test/eigen2/
H A Deigen2_geometry.cpp21 typedef Matrix<Scalar,2,2> Matrix2; typedef
H A Deigen2_geometry_with_eigen2_prefix.cpp23 typedef Matrix<Scalar,2,2> Matrix2; typedef

Completed in 74 milliseconds