ViewerSocketPutInt

Passes an integer array to a Socket viewer.

Synopsis

int ViewerSocketPutInt(Viewer viewer,int m,int *array)

Input Parameters

viewer - obtained from ViewerSocketOpen()
m - number of rows of array
array - the array stored in Fortran 77 style (matrix or vector data)

Notes

Most users should not call this routine, but instead should employ either
     MatView(Mat matrix,Viewer viewer)
              or
     VecView(Vec vector,Viewer viewer)

See Also

ViewerSocketOpen(), MatView(), VecView(), ViewerSocketPutScalar(), ViewerSocketPutReal()

Level:advanced
Location:
src/sys/src/viewer/impls/socket/senddense.c
Index of all Viewer routines
Table of Contents for all manual pages
Index of all manual pages