int ViewerPushFormat(Viewer v,int format,char *name)
Collective on Viewer
VIEWER_FORMAT_ASCII_DEFAULT - default
VIEWER_FORMAT_ASCII_MATLAB - Matlab format
VIEWER_FORMAT_ASCII_IMPL - implementation-specific format
(which is in many cases the same as the default)
VIEWER_FORMAT_ASCII_INFO - basic information about object
VIEWER_FORMAT_ASCII_INFO_LONG - more detailed info
about object
VIEWER_FORMAT_ASCII_COMMON - identical output format for
all objects of a particular type
VIEWER_FORMAT_BINARY_NATIVE - store the object to the binary
file in its native format (for example, dense
matrices are stored as dense)
These formats are most often used for viewing matrices and vectors. Currently, the object name is used only in the Matlab format.
Location: src/viewer/impls/file/filev.c
Viewer Index
Table of Contents