int PetscViewerSocketPutSparse_Private(PetscViewer vw,int m,int n,int nnz,PetscScalar *v,int *r,int *c)
vw | - obtained from PetscViewerSocketOpen() | |
m | - number of rows of matrix | |
m | - number of columns of matrix | |
nnz | - number of nonzeros in matrix | |
v | - the nonzero entries | |
r | - the row pointers (m + 1 of them) | |
c | - the column pointers (nnz of them) |
MatView(Mat matrix,PetscViewer viewer)
Level:developer
Location:src/sys/src/viewer/impls/socket/sendsparse.c
Index of all Viewer routines
Table of Contents for all manual pages
Index of all manual pages