ecat  5.1.2
matrix_extra.h
Go to the documentation of this file.
1 #ifndef matrix_extra_h
2 #define matrix_extra_h
3 
4 #include <ecat/kernel/matrix.h>
5 
6 #if defined(__cplusplus)
7 extern "C" {
8 /*
9  * high level user functions
10  */
11 #endif
12 
13 int read_host_data(MatrixFile* mptr, int matnum, MatrixData* data, int dtype);
14 int write_host_data(MatrixFile* mptr, int matnum, MatrixData* data);
15 
16 #if defined(__cplusplus)
17 }
18 #endif
19 
20 #endif
int write_host_data(MatrixFile *mptr, int matnum, MatrixData *data)
int read_host_data(MatrixFile *mptr, int matnum, MatrixData *data, int dtype)