#include "petscmat.h" PetscErrorCode MatSeqSBAIJSetColumnIndices(Mat mat,PetscInt *indices)
You MUST have set the correct numbers of nonzeros per row in the call to MatCreateSeqSBAIJ(), and the columns indices MUST be sorted.
MUST be called before any calls to MatSetValues()
.seealso: MatCreateSeqSBAIJ
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