Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex301.c41 for (j = rstart; j < rend; j++) PetscCall(MatSetValuesRow(A, j, &one)); in main()
/petsc/include/
H A Dpetscmat.h558 PETSC_EXTERN PetscErrorCode MatSetValuesRow(Mat, PetscInt, const PetscScalar[]);
/petsc/src/mat/interface/
H A Dmatrix.c1675 PetscCall(MatSetValuesRow(mat, globalrow, v)); in MatSetValuesRowLocal()
1704 PetscErrorCode MatSetValuesRow(Mat mat, PetscInt row, const PetscScalar v[]) in MatSetValuesRow() function