Home
last modified time | relevance | path

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

/petsc/src/mat/tests/output/
H A Dex114_3.out26 MatGetRowMin
48 MatGetRowMin for seqdense matrix
H A Dex114_4.out26 MatGetRowMin
48 MatGetRowMin for seqdense matrix
H A Dex114.out26 MatGetRowMin
48 MatGetRowMin for seqdense matrix
H A Dex114_5.out31 MatGetRowMin
H A Dex114_8.out31 MatGetRowMin
H A Dex114_6.out29 MatGetRowMin
H A Dex114_7.out31 MatGetRowMin
/petsc/src/mat/tests/
H A Dex114.c147 PetscCall(MatGetRowMin(A, min, NULL)); in main()
148 PetscCall(MatGetRowMin(A, min, imin)); in main()
187 PetscCall(MatGetRowMin(Adense, min, imin)); in main()
H A Dex58f.F9061 PetscCallA(MatGetRowMin(A, rowmax, PETSC_NULL_INTEGER_ARRAY, ierr))
/petsc/include/
H A Dpetscmat.h819 PETSC_EXTERN PetscErrorCode MatGetRowMin(Mat, Vec, PetscInt[]);
/petsc/src/mat/impls/aij/mpi/
H A Dmpiaij.c2352 PetscCall(MatGetRowMin(mat->A, diagV, idx)); in MatGetRowMin_MPIAIJ()
2371 PetscCall(MatGetRowMin(mat->A, diagV, diagIdx)); in MatGetRowMin_MPIAIJ()
/petsc/src/mat/interface/
H A Dmatrix.c5044 PetscErrorCode MatGetRowMin(Mat mat, Vec v, PetscInt idx[]) in MatGetRowMin() function