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
algebra.h
Linear algebra routines.
algebra_types.h
Linear algebra type definitions.
complex.h
Complex number class.
constants.h
Mathematical constants and default algorithm parameters.
core_traits.h
Fundamental type traits.
dataset.h
Operations on datasets.
error.h
Error handling.
mat.h
Matrix class and operations.
quat.h
Quaternion algebra.
real_analysis.h
Real functions.
vec.h
Vector class and operations.
home
runner
work
theoretica
theoretica
src
theoretica_mini.h
Generated on Fri Jan 10 2025 17:36:07 for Theoretica by
1.9.1