int MatSeqAIJSetColumnIndices(Mat mat,int *indices)
mat | - the SeqAIJ matrix |
indices | - the column indices |
You MUST have set the correct numbers of nonzeros per row in the call to MatCreateSeqAIJ().
MUST be called before any calls to MatSetValues();
Level:advanced
Location:src/mat/impls/aij/seq/aij.c
Matrix Index
Table of Contents