chore(cleanup): replace legacy Matvei project with updated Linux-based version
- Removed obsolete Matvei source files (tasks 01–04, array/matrix/io_status modules, Makefile) - Introduced new Linux-compatible structure in Linux/Matvei - Updated build logic via new Makefile - Adjusted .gitignore to exclude new artifacts
This commit is contained in:
parent
f44d7a9a6b
commit
2d77179904
67 changed files with 4581 additions and 2 deletions
5
2025.03.28/dist/Ulyanov/array.h
vendored
Normal file
5
2025.03.28/dist/Ulyanov/array.h
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
io_status read_matrix(double*, int, 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);
|
||||
void init_vector(double*, double*, int);
|
Loading…
Add table
Add a link
Reference in a new issue