Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex226.c13 Mat A, B, C, PtAP, PtAP_copy, PtAP_squared; in main() local
554 PetscCall(MatDuplicate(PtAP, MAT_COPY_VALUES, &PtAP_copy)); in main()
555 PetscCall(MatMatMult(PtAP, PtAP_copy, MAT_INITIAL_MATRIX, PETSC_DETERMINE, &PtAP_squared)); in main()
561 PetscCall(MatDestroy(&PtAP_copy)); in main()