Home
last modified time | relevance | path

Searched refs:Cin (Results 1 – 2 of 2) sorted by relevance

/petsc/src/mat/impls/transpose/
H A Dtransm.c384 Mat A, B, C, Ain, Bin, Cin; in MatProductSetFromOptions_Transpose() local
420 Cin = C; in MatProductSetFromOptions_Transpose()
423 …PetscCall(MatShellGetScalingShifts(Cin, (PetscScalar *)MAT_SHELL_NOT_ALLOWED, &vscale, (Vec *)MAT_… in MatProductSetFromOptions_Transpose()
425 PetscCall(MatTransposeGetMat(Cin, &Cin)); in MatProductSetFromOptions_Transpose()
426 PetscCall(PetscObjectTypeCompare((PetscObject)Cin, MATTRANSPOSEVIRTUAL, &Cistrans)); in MatProductSetFromOptions_Transpose()
434 if (Cin && Cin->symmetric == PETSC_BOOL3_TRUE) Ctrans = 0; in MatProductSetFromOptions_Transpose()
498 PetscCall(MatProductReplaceMats(Ain, Bin, Cin, D)); in MatProductSetFromOptions_Transpose()
H A Dhtransm.c94 Mat A, B, C, Ain, Bin, Cin; in MatProductSetFromOptions_HT() local
131 Cin = C; in MatProductSetFromOptions_HT()
134 …PetscCall(MatShellGetScalingShifts(Cin, (PetscScalar *)MAT_SHELL_NOT_ALLOWED, &vscale, (Vec *)MAT_… in MatProductSetFromOptions_HT()
136 PetscCall(MatHermitianTransposeGetMat(Cin, &Cin)); in MatProductSetFromOptions_HT()
137 PetscCall(PetscObjectTypeCompare((PetscObject)Cin, MATHERMITIANTRANSPOSEVIRTUAL, &Cistrans)); in MatProductSetFromOptions_HT()
145 if (Cin && Cin->symmetric == PETSC_BOOL3_TRUE) Ctrans = 0; in MatProductSetFromOptions_HT()
211 PetscCall(MatProductReplaceMats(Ain, Bin, Cin, D)); in MatProductSetFromOptions_HT()