#include "petscmat.h" int MatSeqSBAIJSetColumnIndices(Mat mat,int *indices)
mat | - the SeqSBAIJ matrix | |
indices | - the column indices |
You MUST have set the correct numbers of nonzeros per row in the call to MatCreateSeqSBAIJ().
MUST be called before any calls to MatSetValues()
Level:advanced
Location:src/mat/impls/sbaij/seq/sbaij.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages