All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Blaze.h
Go to the documentation of this file.
1 //=================================================================================================
33 //=================================================================================================
34 
35 #ifndef _BLAZE_BLAZE_H_
36 #define _BLAZE_BLAZE_H_
37 
38 
39 //*************************************************************************************************
40 // Includes
41 //*************************************************************************************************
42 
43 #include <blaze/Math.h>
44 #include <blaze/Util.h>
45 
46 
47 
48 
49 //=================================================================================================
50 //
51 // DOXYGEN DOCUMENTATION
52 //
53 //=================================================================================================
54 
55 //*************************************************************************************************
57 namespace blaze {}
58 //*************************************************************************************************
59 
60 
61 //**Mainpage***************************************************************************************
135 //*************************************************************************************************
136 
137 
138 //**Configuration and Installation*****************************************************************
286 //*************************************************************************************************
287 
288 
289 //**Getting Started********************************************************************************
466 //*************************************************************************************************
467 
468 
469 //**Vector Types***********************************************************************************
602 //*************************************************************************************************
603 
604 
605 //**Vector Operations******************************************************************************
1145 //*************************************************************************************************
1146 
1147 
1148 //**Matrix Types***********************************************************************************
1242 //*************************************************************************************************
1243 
1244 
1245 //**Matrix Operations******************************************************************************
1829 //*************************************************************************************************
1830 
1831 
1832 //**Subvectors*************************************************************************************
2250 //*************************************************************************************************
2251 
2252 
2253 //**Submatrices************************************************************************************
2670 //*************************************************************************************************
2671 
2672 
2673 //**Rows*******************************************************************************************
2987 //*************************************************************************************************
2988 
2989 
2990 //**Columns****************************************************************************************
3305 //*************************************************************************************************
3306 
3307 
3308 //**Addition***************************************************************************************
3372 //*************************************************************************************************
3373 
3374 
3375 //**Subtraction************************************************************************************
3437 //*************************************************************************************************
3438 
3439 
3440 //**Scalar Multiplication**************************************************************************
3479 //*************************************************************************************************
3480 
3481 
3482 //**Vector/Vector Multiplication*******************************************************************
3619 //*************************************************************************************************
3620 
3621 
3622 //**Matrix/Vector Multiplication*******************************************************************
3651 //*************************************************************************************************
3652 
3653 
3654 //**Matrix/Matrix Multiplication*******************************************************************
3679 //*************************************************************************************************
3680 
3681 
3682 //**OpenMP Parallelization*************************************************************************
3794 //*************************************************************************************************
3795 
3796 
3797 //**Serial Execution*******************************************************************************
3845 //*************************************************************************************************
3846 
3847 
3848 //**Vector Serialization***************************************************************************
3943 //*************************************************************************************************
3944 
3945 
3946 //**Matrix Serialization***************************************************************************
4037 //*************************************************************************************************
4038 
4039 
4040 //**Intra-Statement Optimization*******************************************************************
4123 //*************************************************************************************************
4124 
4125 
4126 //**Configuration Files****************************************************************************
4233 //*************************************************************************************************
4234 
4235 #endif
Header file for the inclusion of the math module of the Blaze library.
Header file for the inclusion of the utility module of the Blaze library.