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***************************************************************************************
137 //*************************************************************************************************
138 
139 
140 //**Configuration and Installation*****************************************************************
288 //*************************************************************************************************
289 
290 
291 //**Getting Started********************************************************************************
468 //*************************************************************************************************
469 
470 
471 //**Vector Types***********************************************************************************
604 //*************************************************************************************************
605 
606 
607 //**Vector Operations******************************************************************************
1155 //*************************************************************************************************
1156 
1157 
1158 //**Matrix Types***********************************************************************************
1283 //*************************************************************************************************
1284 
1285 
1286 //**Matrix Operations******************************************************************************
1891 //*************************************************************************************************
1892 
1893 
1894 //**Subvectors*************************************************************************************
2312 //*************************************************************************************************
2313 
2314 
2315 //**Submatrices************************************************************************************
2732 //*************************************************************************************************
2733 
2734 
2735 //**Rows*******************************************************************************************
3049 //*************************************************************************************************
3050 
3051 
3052 //**Columns****************************************************************************************
3367 //*************************************************************************************************
3368 
3369 
3370 //**Addition***************************************************************************************
3434 //*************************************************************************************************
3435 
3436 
3437 //**Subtraction************************************************************************************
3499 //*************************************************************************************************
3500 
3501 
3502 //**Scalar Multiplication**************************************************************************
3541 //*************************************************************************************************
3542 
3543 
3544 //**Vector/Vector Multiplication*******************************************************************
3681 //*************************************************************************************************
3682 
3683 
3684 //**Matrix/Vector Multiplication*******************************************************************
3713 //*************************************************************************************************
3714 
3715 
3716 //**Matrix/Matrix Multiplication*******************************************************************
3741 //*************************************************************************************************
3742 
3743 
3744 //**OpenMP Parallelization*************************************************************************
3992 //*************************************************************************************************
3993 
3994 
3995 //**C++11 Thread Parallelization*******************************************************************
4098 //*************************************************************************************************
4099 
4100 
4101 //**Boost Thread Parallelization*******************************************************************
4173 //*************************************************************************************************
4174 
4175 
4176 //**Serial Execution*******************************************************************************
4258 //*************************************************************************************************
4259 
4260 
4261 //**Vector Serialization***************************************************************************
4356 //*************************************************************************************************
4357 
4358 
4359 //**Matrix Serialization***************************************************************************
4450 //*************************************************************************************************
4451 
4452 
4453 //**Intra-Statement Optimization*******************************************************************
4556 //*************************************************************************************************
4557 
4558 
4559 //**Configuration Files****************************************************************************
4666 //*************************************************************************************************
4667 
4668 #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.