#include "petscmat.h" PetscErrorCode MatSetValuesRow(Mat mat,PetscInt row,const PetscScalar v[])Not Collective Many br
mat | - the matrix Many br | |
row | - the (block) row to set Many br | |
v | - a logically two-dimensional array of values Many br |
All the nonzeros in the row must be provided Many br
THE MATRIX MUSAT HAVE PREVIOUSLY HAD ITS COLUMN INDICES SET. IT IS RARE THAT THIS ROUTINE IS USED, usually MatSetValues() is used. Many br
The row must belong to this process Many br
Many br
Level:advanced
Location:src/mat/interface/matrix.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages