[math] Generic dense matrix implementation using BLAS calls for matrix-matrix multiplication if available
This commit is contained in:
@@ -61,6 +61,11 @@ bool file_write_uint64(FILE *file, uint64_t value);
|
||||
|
||||
bool file_read_uint64_array(FILE *file, uint64_t *value, size_t n);
|
||||
|
||||
bool file_read_float(FILE *file, float *value);
|
||||
bool file_write_float(FILE *file, float value);
|
||||
|
||||
bool file_read_float_array(FILE *file, float *value, size_t n);
|
||||
|
||||
bool file_read_double(FILE *file, double *value);
|
||||
bool file_write_double(FILE *file, double value);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user