Searched refs:isTrans (Results 1 – 1 of 1) sorted by relevance
1480 PetscBool isTrans, isHTrans, compare; in MatGetTranspose_TransposeVirtual() local1484 PetscCall(PetscObjectTypeCompare((PetscObject)*sub, MATTRANSPOSEVIRTUAL, &isTrans)); in MatGetTranspose_TransposeVirtual()1485 if (isTrans) { in MatGetTranspose_TransposeVirtual()1492 compare = (PetscBool)(isTrans || isHTrans); in MatGetTranspose_TransposeVirtual()