Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex175.c7 Mat C, C_htransposed, Cht, C_empty, Cht_empty; in main() local
33 PetscCall(MatDuplicate(C_htransposed, MAT_DO_NOT_COPY_VALUES, &C_empty)); in main()
34 PetscCall(MatHermitianTransposeGetMat(C_empty, &Cht_empty)); in main()
41 PetscCall(MatDestroy(&C_empty)); in main()