ecat
6.0.0
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
matrix.h
MatrixData
struct matrixdata MatrixData
MatrixFile
struct matrix_file MatrixFile
write_host_data
int write_host_data(MatrixFile *mptr, int matnum, MatrixData *data)
read_host_data
int read_host_data(MatrixFile *mptr, int matnum, MatrixData *data, int dtype)
ecat
kernel
matrix_extra.h
Generated by
1.13.2