#include "petscmat.h" PetscErrorCode MatSeqBAIJSetColumnIndices(Mat mat,PetscInt *indices)
mat | - the SeqBAIJ matrix | |
indices | - the column indices |
You MUST have set the correct numbers of nonzeros per row in the call to MatCreateSeqBAIJ(), and the columns indices MUST be sorted.
MUST be called before any calls to MatSetValues();
Level:advanced
Location:src/mat/impls/baij/seq/baij.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages