Добавил исходники Матвея
This commit is contained in:
parent
4c083aa533
commit
91f3acd62d
14 changed files with 745 additions and 0 deletions
6
2025.04.18/dist/Ulyanov_MT/array.h
vendored
Normal file
6
2025.04.18/dist/Ulyanov_MT/array.h
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
io_status read_matrix(double*, int, int, const char*);
|
||||
io_status read_function(double*, double*, int, const char*);
|
||||
io_status read_func_diff(double*, double*, int, const char*);
|
||||
void print_matrix(const double*, int, int, int);
|
||||
void init_matrix(double*, int, int, int);
|
||||
double f(int, int, int, int, int);
|
Loading…
Add table
Add a link
Reference in a new issue