int MatLoadRegister(MatType type,int (*loader)(Viewer,MatType,Mat*))Not Collective
type | - the type of matrix (defined in include/mat.h), for example, MATSEQAIJ. |
loader | - the function that reads the matrix from the binary file. |
Location: src/mat/utils/matio.c
Matrix Index
Table of Contents