IT++ Logo
itbase.h
Go to the documentation of this file.
1 
29 #ifndef ITBASE_H
30 #define ITBASE_H
31 
37 
45 
56 
68 
77 
88 #include <itpp/base/algebra/det.h>
90 #include <itpp/base/algebra/inv.h>
92 #include <itpp/base/algebra/lu.h>
93 #include <itpp/base/algebra/qr.h>
95 #include <itpp/base/algebra/svd.h>
96 
98 #include <itpp/base/math/error.h>
100 #include <itpp/base/math/log_exp.h>
101 #include <itpp/base/math/min_max.h>
102 #include <itpp/base/math/misc.h>
103 #include <itpp/base/math/trig_hyp.h>
104 
105 #include <itpp/base/array.h>
106 #include <itpp/base/bessel.h>
107 #include <itpp/base/binary.h>
108 #include <itpp/base/binfile.h>
110 #include <itpp/base/converters.h>
111 #include <itpp/base/factory.h>
112 #include <itpp/base/fastmath.h>
113 #include <itpp/base/gf2mat.h>
114 #include <itpp/base/itassert.h>
115 #include <itpp/base/itfile.h>
116 #include <itpp/base/ittypes.h>
117 #include <itpp/base/mat.h>
118 #include <itpp/base/matfunc.h>
119 #include <itpp/base/operators.h>
120 #include <itpp/base/parser.h>
121 #include <itpp/base/random.h>
122 #include <itpp/base/smat.h>
123 #include <itpp/base/sort.h>
124 #include <itpp/base/specmat.h>
125 #include <itpp/base/stack.h>
126 #include <itpp/base/timing.h>
127 #include <itpp/base/vec.h>
128 #include <itpp/base/base_exports.h>
129 
130 #endif // #ifndef ITBASE_H
timing.h
Definitions of Timing classes.
eigen.h
Definitions of eigenvalue decomposition functions.
factory.h
Base class for class factories and memory allocation functions.
inv.h
Definitions of matrix inversion routines.
qr.h
Definitions of QR factorisation functions.
lu.h
Definitions of LU factorisation functions.
cholesky.h
Definitions of Cholesky factorisation functions.
mat.h
Matrix Class Definitions.
fastmath.h
Definitions of special operations on vectors and matricies optimized for speed.
array.h
Definition of Array class (container)
base_exports.h
Import/Export definitions for some templates defined in base folder.
random.h
Definition of classes for random number generators.
matfunc.h
Various functions on vectors and matrices - header file.
ittypes.h
IT++ type definitions.
misc.h
Miscellaneous functions - header file.
integration.h
Definition of numerical integration.
itfile.h
Definition of classes for the IT++ file format.
det.h
Definitions of determinant calculations.
circular_buffer.h
Circular_Buffer class (container)
error.h
Error functions - header file.
ls_solve.h
Definitions of functions for solving linear equation systems.
specmat.h
Definitions of special vectors and matrices.
elem_math.h
Elementary mathematical functions - header file.
svd.h
Definitions of Singular Value Decompositions.
gf2mat.h
Definition of a class for algebra on GF(2) (binary) matrices.
binary.h
Binary class definition.
sort.h
Sorting functions.
schur.h
Definitions of Schur decomposition functions.
parser.h
Definition of an argument parser class.
bessel.h
Definitions of Bessel functions.
smat.h
Sparse Matrix Class Definitions.
binfile.h
Binary file formats definitions.
vec.h
Templated Vector Class Definitions.
trig_hyp.h
Trigonometric and hyperbolic functions - header file.
converters.h
Definitions of converters between different vector and matrix types.
log_exp.h
Logarithmic and exponenential functions - header file.
min_max.h
Minimum and maximum functions on vectors and matrices.
operators.h
Definitions of operators for vectors and matricies of different types.
itassert.h
Error handling functions - header file.
stack.h
Stack class (container)

Generated on Sun Jan 3 2021 11:31:33 for IT++ by Doxygen 1.8.20