Searched refs:MatGetRowMin (Results 1 – 12 of 12) sorted by relevance
| /petsc/src/mat/tests/output/ |
| H A D | ex114_3.out | 26 MatGetRowMin 48 MatGetRowMin for seqdense matrix
|
| H A D | ex114_4.out | 26 MatGetRowMin 48 MatGetRowMin for seqdense matrix
|
| H A D | ex114.out | 26 MatGetRowMin 48 MatGetRowMin for seqdense matrix
|
| H A D | ex114_5.out | 31 MatGetRowMin
|
| H A D | ex114_8.out | 31 MatGetRowMin
|
| H A D | ex114_6.out | 29 MatGetRowMin
|
| H A D | ex114_7.out | 31 MatGetRowMin
|
| /petsc/src/mat/tests/ |
| H A D | ex114.c | 147 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 D | ex58f.F90 | 61 PetscCallA(MatGetRowMin(A, rowmax, PETSC_NULL_INTEGER_ARRAY, ierr))
|
| /petsc/include/ |
| H A D | petscmat.h | 819 PETSC_EXTERN PetscErrorCode MatGetRowMin(Mat, Vec, PetscInt[]);
|
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpiaij.c | 2352 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 D | matrix.c | 5044 PetscErrorCode MatGetRowMin(Mat mat, Vec v, PetscInt idx[]) in MatGetRowMin() function
|