more structure (add new tools)
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
#include "gauss_jordan.h"
|
||||||
@@ -0,0 +1,12 @@
|
|||||||
|
#ifndef GAUSS_JORDAN_H
|
||||||
|
#define GAUSS_JORDAN_H
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
class gauss_jordan {
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#endif //GAUSS_JORDAN_H
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
#include "math.h"
|
||||||
@@ -0,0 +1,12 @@
|
|||||||
|
#ifndef MATH_H
|
||||||
|
#define MATH_H
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
class math {
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#endif //MATH_H
|
||||||
Reference in New Issue
Block a user