Searched refs:MatGetRowMax (Results 1 – 14 of 14) sorted by relevance
| /petsc/src/mat/tests/output/ |
| H A D | ex114_4.out | 9 MatGetRowMax 47 MatGetRowMax for seqdense matrix
|
| H A D | ex114_3.out | 9 MatGetRowMax 47 MatGetRowMax for seqdense matrix
|
| H A D | ex114.out | 9 MatGetRowMax 47 MatGetRowMax for seqdense matrix
|
| H A D | ex114_7.out | 9 MatGetRowMax
|
| H A D | ex114_6.out | 9 MatGetRowMax
|
| H A D | ex114_8.out | 9 MatGetRowMax
|
| H A D | ex114_5.out | 9 MatGetRowMax
|
| /petsc/src/mat/tests/ |
| H A D | ex114.c | 137 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 D | ex58f.F90 | 55 PetscCallA(MatGetRowMax(A, rowmax, PETSC_NULL_INTEGER_ARRAY, ierr))
|
| /petsc/src/tao/matrix/ |
| H A D | submatfree.c | 218 PetscCall(MatGetRowMax(ctx->A, D, NULL)); in MatGetRowMax_SMF()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscmat.pxi | 393 PetscErrorCode MatGetRowMax(PetscMat, PetscVec, PetscInt[])
|
| /petsc/include/ |
| H A D | petscmat.h | 818 PETSC_EXTERN PetscErrorCode MatGetRowMax(Mat, Vec, PetscInt[]);
|
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpiaij.c | 2468 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 D | matrix.c | 5136 PetscErrorCode MatGetRowMax(Mat mat, Vec v, PetscInt idx[]) in MatGetRowMax() function
|