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***************************************************************************************
142 //*************************************************************************************************
143 
144 
145 //**Configuration and Installation*****************************************************************
293 //*************************************************************************************************
294 
295 
296 //**Getting Started********************************************************************************
473 //*************************************************************************************************
474 
475 
476 //**Vector Types***********************************************************************************
609 //*************************************************************************************************
610 
611 
612 //**Vector Operations******************************************************************************
1287 //*************************************************************************************************
1288 
1289 
1290 //**Matrix Types***********************************************************************************
1415 //*************************************************************************************************
1416 
1417 
1418 //**Matrix Operations******************************************************************************
2210 //*************************************************************************************************
2211 
2212 
2213 //**Symmetric Matrices*****************************************************************************
2696 //*************************************************************************************************
2697 
2698 
2699 //**Subvectors*************************************************************************************
3122 //*************************************************************************************************
3123 
3124 
3125 //**Submatrices************************************************************************************
3614 //*************************************************************************************************
3615 
3616 
3617 //**Rows*******************************************************************************************
3936 //*************************************************************************************************
3937 
3938 
3939 //**Columns****************************************************************************************
4259 //*************************************************************************************************
4260 
4261 
4262 //**Addition***************************************************************************************
4326 //*************************************************************************************************
4327 
4328 
4329 //**Subtraction************************************************************************************
4391 //*************************************************************************************************
4392 
4393 
4394 //**Scalar Multiplication**************************************************************************
4433 //*************************************************************************************************
4434 
4435 
4436 //**Vector/Vector Multiplication*******************************************************************
4573 //*************************************************************************************************
4574 
4575 
4576 //**Matrix/Vector Multiplication*******************************************************************
4605 //*************************************************************************************************
4606 
4607 
4608 //**Matrix/Matrix Multiplication*******************************************************************
4633 //*************************************************************************************************
4634 
4635 
4636 //**OpenMP Parallelization*************************************************************************
4884 //*************************************************************************************************
4885 
4886 
4887 //**C++11 Thread Parallelization*******************************************************************
4990 //*************************************************************************************************
4991 
4992 
4993 //**Boost Thread Parallelization*******************************************************************
5065 //*************************************************************************************************
5066 
5067 
5068 //**Serial Execution*******************************************************************************
5150 //*************************************************************************************************
5151 
5152 
5153 //**Vector Serialization***************************************************************************
5248 //*************************************************************************************************
5249 
5250 
5251 //**Matrix Serialization***************************************************************************
5342 //*************************************************************************************************
5343 
5344 
5345 //**Intra-Statement Optimization*******************************************************************
5448 //*************************************************************************************************
5449 
5450 
5451 //**Configuration Files****************************************************************************
5558 //*************************************************************************************************
5559 
5560 #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.