Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex70.c266 Mat AE, A2E; in main() local
269 PetscCall(MatComputeOperator(A, MATDENSE, &AE)); in main()
271 PetscCall(MatView(AE, NULL)); in main()
276 PetscCall(MatDestroy(&AE)); in main()