Lines Matching refs:Mat2
3758 ExprP<Mat2> mat = args.a;
3820 class Inverse<2> : public DerivedFunc<Signature<Mat2, Mat2> >
3831 ExprP<Mat2> mat = args.a;
3852 ExprP<Mat2> invA = bindExpression("invA", ctx,
3866 ExprP<Mat2> t3 = outerProduct(t2, matC);
3867 ExprP<Mat2> t4 = t3 * invA;
3868 ExprP<Mat2> t5 = invA + t4;
3869 ExprP<Mat2> blockA = bindExpression("blockA", ctx, t5);
3892 ExprP<Mat2> invA = bindExpression("invA", ctx,
3895 ExprP<Mat2> matB = bindExpression("matB", ctx,
3898 ExprP<Mat2> matC = bindExpression("matC", ctx,
3901 ExprP<Mat2> matD = bindExpression("matD", ctx,
3904 ExprP<Mat2> schur = bindExpression("schur", ctx,
3906 ExprP<Mat2> blockA = bindExpression("blockA", ctx,
3908 ExprP<Mat2> blockB = bindExpression("blockB", ctx,
3910 ExprP<Mat2> blockC = bindExpression("blockC", ctx,