Searched refs:Matrix2 (Results 1 – 2 of 2) sorted by relevance
53 typedef Matrix<Scalar,2,2> Matrix2;114 EIGEN_DEVICE_FUNC Matrix2 toRotationMatrix() const;187 typename Rotation2D<Scalar>::Matrix2194 return (Matrix2() << cosA, -sinA, sinA, cosA).finished();
1659 cmsStage* Matrix1, *Matrix2; in OptimizeMatrixShaper() local1685 &Curve1, &Matrix1, &Matrix2, &Curve2)) { in OptimizeMatrixShaper()1689 _cmsStageMatrixData* Data2 = (_cmsStageMatrixData*)cmsStageData(Matrix2); in OptimizeMatrixShaper()