#include "petscmat.h" PetscErrorCode MatSetValuesRowLocal(Mat mat,PetscInt row,const PetscScalar v[])Not Collective
mat | - the matrix | |
row | - the (block) row to set | |
v | - a logically two-dimensional array of values |
All the nonzeros in the row must be provided
The matrix must have previously had its column indices set
The row must belong to this process
Level:intermediate
Location:src/mat/interface/matrix.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages