Searched refs:isHTrans (Results 1 – 1 of 1) sorted by relevance
1480 PetscBool isTrans, isHTrans, compare; in MatGetTranspose_TransposeVirtual() local1487 isHTrans = PETSC_FALSE; in MatGetTranspose_TransposeVirtual()1489 PetscCall(PetscObjectTypeCompare((PetscObject)*sub, MATHERMITIANTRANSPOSEVIRTUAL, &isHTrans)); in MatGetTranspose_TransposeVirtual()1490 if (isHTrans) PetscCall(MatHermitianTransposeGetMat(*sub, &A)); in MatGetTranspose_TransposeVirtual()1492 compare = (PetscBool)(isTrans || isHTrans); in MatGetTranspose_TransposeVirtual()1505 if (isHTrans && conjugate) *conjugate = (PetscBool)!*conjugate; in MatGetTranspose_TransposeVirtual()