void VecSetValue(Vec v,int row,Scalar value, InsertMode mode);Not Collective
v | - the vector |
row | - the row location of the entry |
value | - the value to insert |
mode | - either INSERT_VALUES or ADD_VALUES |
Note that VecSetValue() does NOT return an error code (since this is checked internally).
Level:beginner
Location:src/vec/interface/vector.c
Vector Index
Table of Contents