Lines Matching refs:schur
3670 ExprP<float> schur = bindExpression("schur", ctx, in doExpand() local
3675 ExprP<Vec2> t2 = t1 * schur; in doExpand()
3681 (invA * matB) * -schur); in doExpand()
3683 (matC * invA) * -schur); in doExpand()
3687 vec3(blockB[0], blockB[1], schur)); in doExpand()
3714 ExprP<Mat2> schur = bindExpression("schur", ctx, in doExpand() local
3717 invA + (invA * matB * schur * matC * invA)); in doExpand()
3719 (-invA) * matB * schur); in doExpand()
3721 (-schur) * matC * invA); in doExpand()
3725 vec4(blockB[0][0], blockB[0][1], schur[0][0], schur[0][1]), in doExpand()
3726 vec4(blockB[1][0], blockB[1][1], schur[1][0], schur[1][1])); in doExpand()