aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Core.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Core.h')
-rw-r--r--src/Core.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/Core.h b/src/Core.h
new file mode 100644
index 000000000..e22fb0996
--- /dev/null
+++ b/src/Core.h
@@ -0,0 +1,12 @@
+#include "Core/Util.h"
+#include "Core/Numeric.h"
+#include "Core/Object.h"
+#include "Core/MatrixRef.h"
+#include "Core/MatrixStorage.h"
+#include "Core/Matrix.h"
+#include "Core/Row.h"
+#include "Core/Column.h"
+#include "Core/Block.h"
+#include "Core/Minor.h"
+#include "Core/Transpose.h"
+#include "Core/Conjugate.h"