HomeSort by relevance Sort by last modified time
    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;
87 Matrix2 toRotationMatrix(void) const;
144 typename Rotation2D<Scalar>::Matrix2
149 return (Matrix2() << cosA, -sinA, sinA, cosA).finished();
  /external/eigen/test/
geo_transformations.cpp 20 typedef Matrix<Scalar,2,2> Matrix2;
91 typedef Matrix<Scalar,2,2> Matrix2;
  /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 159 milliseconds