GHOST  1.1.2
General, Hybrid, and Optimized Sparse Toolkit
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
I/O of vector and matrix data

Functionality related to reading and writing vector and matrix files. More...

Functions

ghost_error ghost_sparsematofile_header (ghost_sparsemat *mat, char *path)
 Write the sparse matrix header to a binary CRS file. More...
 

Detailed Description

Functionality related to reading and writing vector and matrix files.

Function Documentation

ghost_error ghost_sparsematofile_header ( ghost_sparsemat mat,
char *  path 
)

Write the sparse matrix header to a binary CRS file.

Parameters
[in]matThe sparse matrix.
[in]pathPath of the matrix file.
Returns
GHOST_SUCCESS on success or an error indicator.

Here is the call graph for this function: