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;
145 typename Rotation2D<Scalar>::Matrix2
152 return (Matrix2() << cosA, -sinA, sinA, cosA).finished();
  /external/pdfium/core/src/fxcodec/lcms2/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 1611 milliseconds