Home
last modified time | relevance | path

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

/petsc/src/mat/tests/output/
H A Dex114_4.out9 MatGetRowMax
47 MatGetRowMax for seqdense matrix
H A Dex114_3.out9 MatGetRowMax
47 MatGetRowMax for seqdense matrix
H A Dex114.out9 MatGetRowMax
47 MatGetRowMax for seqdense matrix
H A Dex114_7.out9 MatGetRowMax
H A Dex114_6.out9 MatGetRowMax
H A Dex114_8.out9 MatGetRowMax
H A Dex114_5.out9 MatGetRowMax
/petsc/src/mat/tests/
H A Dex114.c137 PetscCall(MatGetRowMax(A, max, NULL)); in main()
138 PetscCall(MatGetRowMax(A, max, imax)); in main()
179 PetscCall(MatGetRowMax(Adense, max_d, imax)); in main()
H A Dex58f.F9055 PetscCallA(MatGetRowMax(A, rowmax, PETSC_NULL_INTEGER_ARRAY, ierr))
/petsc/src/tao/matrix/
H A Dsubmatfree.c218 PetscCall(MatGetRowMax(ctx->A, D, NULL)); in MatGetRowMax_SMF()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscmat.pxi393 PetscErrorCode MatGetRowMax(PetscMat, PetscVec, PetscInt[])
/petsc/include/
H A Dpetscmat.h818 PETSC_EXTERN PetscErrorCode MatGetRowMax(Mat, Vec, PetscInt[]);
/petsc/src/mat/impls/aij/mpi/
H A Dmpiaij.c2468 PetscCall(MatGetRowMax(mat->A, diagV, idx)); in MatGetRowMax_MPIAIJ()
2487 PetscCall(MatGetRowMax(mat->A, diagV, diagIdx)); in MatGetRowMax_MPIAIJ()
/petsc/src/mat/interface/
H A Dmatrix.c5136 PetscErrorCode MatGetRowMax(Mat mat, Vec v, PetscInt idx[]) in MatGetRowMax() function