Math.h
Go to the documentation of this file.
1 //=================================================================================================
33 //=================================================================================================
34 
35 #ifndef _BLAZE_MATH_MODULE_H_
36 #define _BLAZE_MATH_MODULE_H_
37 
38 
39 //*************************************************************************************************
40 // Includes
41 //*************************************************************************************************
42 
43 #include <blaze/math/Accuracy.h>
44 #include <blaze/math/Aliases.h>
46 #include <blaze/math/Band.h>
47 #include <blaze/math/BLAS.h>
50 #include <blaze/math/Constraints.h>
56 #include <blaze/math/Epsilon.h>
57 #include <blaze/math/Functors.h>
59 #include <blaze/math/Infinity.h>
66 #include <blaze/math/LAPACK.h>
67 #include <blaze/math/LowerMatrix.h>
68 #include <blaze/math/PaddingFlag.h>
72 #include <blaze/math/Shims.h>
73 #include <blaze/math/SMP.h>
80 #include <blaze/math/Traits.h>
82 #include <blaze/math/TypeTraits.h>
87 #include <blaze/math/UpperMatrix.h>
88 #include <blaze/math/Views.h>
89 #include <blaze/math/ZeroMatrix.h>
90 #include <blaze/math/ZeroVector.h>
91 
92 #endif
Header file for the complete HybridMatrix implementation.
Computation accuracy for floating point data types.
Header file for auxiliary alias declarations.
Header file for the complete UniLowerMatrix implementation.
Header file for the alignment flag values.
Header file for the complete HybridVector implementation.
Header file for the complete HermitianMatrix implementation.
Header file for the complete CustomMatrix implementation.
Header file for the complete StrictlyLowerMatrix implementation.
Header file for all mathematical constraints.
Header file for the dense matrix inversion flags.
Header file for the complete CustomVector implementation.
Header file for all type traits.
Header file for the vector transpose flag types.
Header file for the serialization functionality for vectors and matrices.
Header file for the complete UniUpperMatrix implementation.
Header file for the matrix storage order types.
Header file for BLAS functionality.
Header file for the complete UniformVector implementation.
Header file for the complete ZeroVector implementation.
Header file for the LAPACK functionality.
Numerical infinity for built-in data types.
Header file for all functors.
Header file for the complete LowerMatrix implementation.
Header file for the complete StrictlyUpperMatrix implementation.
Header file for the shared memory parallelization.
Header file for the complete SymmetricMatrix implementation.
Header file for all expression traits.
Header file for the complete CompressedVector implementation.
Header file for the mathematical shims.
Header file for the complete DynamicVector implementation.
Header file for the complete InitializerVector implementation.
Header file for the complete UniformMatrix implementation.
Header file for the relaxation flag types.
Numerical epsilon value for floating point data types.
Header file for the complete DynamicMatrix implementation.
Header file for the complete StaticVector implementation.
Header file for the padding flag values.
Header file for the complete StaticMatrix implementation.
Header file for the complete CompressedMatrix implementation.
Header file for the complete UpperMatrix implementation.
Header file for the complete Band implementation.
Header file for the complete IdentityMatrix implementation.
Header file for the complete InitializerMatrix implementation.
Header file for the complete DiagonalMatrix implementation.
Header file for the vector and matrix views.
Header file for the complete ZeroMatrix implementation.
Header file for the reduction flags.