Theoretica
A C++ numerical and automatic mathematical library
theoretica_mini.h
Go to the documentation of this file.
1 
8 
9 #ifndef THEORETICA_MINI_H
10 #define THEORETICA_MINI_H
11 
12 
13 // Core headers
14 #include "core/constants.h"
15 #include "core/error.h"
16 #include "core/core_traits.h"
17 
18 // Real functions
19 #include "core/real_analysis.h"
20 
21 // Data manipulation
22 #include "core/dataset.h"
23 
24 // Vector and matrix algebra
25 #include "algebra/algebra.h"
26 #include "algebra/algebra_types.h"
27 #include "algebra/vec.h"
28 #include "algebra/mat.h"
29 
30 // Complex and quaternion classes
31 #include "complex/complex.h"
32 #include "complex/quat.h"
33 
34 
35 #endif
Linear algebra routines.
Linear algebra type definitions.
Complex number class.
Mathematical constants and default algorithm parameters.
Fundamental type traits.
Operations on datasets.
Error handling.
Matrix class and operations.
Quaternion algebra.
Real functions.
Vector class and operations.