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;
145 typename Rotation2D<Scalar>::Matrix2
152 return (Matrix2() << cosA, -sinA, sinA, cosA).finished();
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsopt.c1542 cmsStage* Matrix1, *Matrix2; local
1561 &Curve1, &Matrix1, &Matrix2, &Curve2)) return FALSE;
1565 Data2 = (_cmsStageMatrixData*) cmsStageData(Matrix2);
/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 192 milliseconds