Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/utils/lmvm/tests/
H A Dlmvm_test.c19 PetscCall(MatCreateLMVMDDFP(PETSC_COMM_WORLD, PETSC_DECIDE, n, &B)); in main()
/petsc/include/
H A Dpetscksp.h1176 PETSC_EXTERN PetscErrorCode MatCreateLMVMDDFP(MPI_Comm, PetscInt, PetscInt, Mat *);
/petsc/src/ksp/ksp/utils/lmvm/dense/
H A Ddenseqn.c1486 PetscErrorCode MatCreateLMVMDDFP(MPI_Comm comm, PetscInt n, PetscInt N, Mat *B) in MatCreateLMVMDDFP() function