Add Example
This commit is contained in:
parent
07e56839c7
commit
768df4b636
7 changed files with 199 additions and 0 deletions
7
2025.04.18/Example/array_io.h
Normal file
7
2025.04.18/Example/array_io.h
Normal file
|
@ -0,0 +1,7 @@
|
|||
#ifndef ARRAY_IO_H
|
||||
#define ARRAY_IO_H
|
||||
|
||||
io_status read_values (double * restrict X, double * restrict Y, const int n, const char * restrict name);
|
||||
void print_values (const double * restrict X, const double * restrict Y, const int n, const int p);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue