more structure (add new tools)

This commit is contained in:
emil28092005
2024-09-21 17:56:03 +03:00
parent 62334882dc
commit c73cdc184b
4 changed files with 26 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
#include "gauss_jordan.h"
+12
View File
@@ -0,0 +1,12 @@
#ifndef GAUSS_JORDAN_H
#define GAUSS_JORDAN_H
class gauss_jordan {
};
#endif //GAUSS_JORDAN_H
+1
View File
@@ -0,0 +1 @@
#include "math.h"
+12
View File
@@ -0,0 +1,12 @@
#ifndef MATH_H
#define MATH_H
class math {
};
#endif //MATH_H