#include "petscmat.h" PetscErrorCode MatSetValuesBatch(Mat mat, PetscInt nb, PetscInt bs, PetscInt rows[], const PetscScalar v[])Not Collective
mat | - the matrix | |
nb | - the number of blocks | |
bs | - the number of rows (and columns) in each block | |
rows | - a concatenation of the rows for each block | |
v | - a concatenation of logically two-dimensional arrays of values |
Level:advanced
Location:src/mat/interface/matrix.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages