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