Lines Matching refs:mat2
2738 ExprP<Matrix<T, Rows, 2> > mat2 (const ExprP<Vector<T, Rows> >& arg0,
3834 return mat2(vec2(mat[1][1] / det, -mat[0][1] / det),
3853 inverse(mat2(vec2(mat[0][0], mat[0][1]),
3893 inverse(mat2(vec2(mat[0][0], mat[0][1]),
3896 mat2(vec2(mat[2][0], mat[2][1]),
3899 mat2(vec2(mat[0][2], mat[0][3]),
3902 mat2(vec2(mat[2][2], mat[2][3]),
4942 const Matrix<T, Rows, Cols>& mat2) const
4946 if (inputLess(mat1[col], mat2[col]))
4948 if (inputLess(mat2[col], mat1[col]))
5300 group->addChild(createFuncCase(ctx, "mat2", instance<GenF<2> >()));