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***************************************************************************************
143 //*************************************************************************************************
144 
145 
146 //**Configuration and Installation*****************************************************************
294 //*************************************************************************************************
295 
296 
297 //**Getting Started********************************************************************************
474 //*************************************************************************************************
475 
476 
477 //**Vector Types***********************************************************************************
610 //*************************************************************************************************
611 
612 
613 //**Vector Operations******************************************************************************
1301 //*************************************************************************************************
1302 
1303 
1304 //**Matrix Types***********************************************************************************
1429 //*************************************************************************************************
1430 
1431 
1432 //**Matrix Operations******************************************************************************
2338 //*************************************************************************************************
2339 
2340 
2341 //**Symmetric Matrices*****************************************************************************
2824 //*************************************************************************************************
2825 
2826 
2827 //**Triangular Matrices****************************************************************************
3758 //*************************************************************************************************
3759 
3760 
3761 //**Subvectors*************************************************************************************
4184 //*************************************************************************************************
4185 
4186 
4187 //**Submatrices************************************************************************************
4676 //*************************************************************************************************
4677 
4678 
4679 //**Rows*******************************************************************************************
4998 //*************************************************************************************************
4999 
5000 
5001 //**Columns****************************************************************************************
5321 //*************************************************************************************************
5322 
5323 
5324 //**Addition***************************************************************************************
5388 //*************************************************************************************************
5389 
5390 
5391 //**Subtraction************************************************************************************
5453 //*************************************************************************************************
5454 
5455 
5456 //**Scalar Multiplication**************************************************************************
5495 //*************************************************************************************************
5496 
5497 
5498 //**Vector/Vector Multiplication*******************************************************************
5635 //*************************************************************************************************
5636 
5637 
5638 //**Matrix/Vector Multiplication*******************************************************************
5667 //*************************************************************************************************
5668 
5669 
5670 //**Matrix/Matrix Multiplication*******************************************************************
5695 //*************************************************************************************************
5696 
5697 
5698 //**OpenMP Parallelization*************************************************************************
5946 //*************************************************************************************************
5947 
5948 
5949 //**C++11 Thread Parallelization*******************************************************************
6052 //*************************************************************************************************
6053 
6054 
6055 //**Boost Thread Parallelization*******************************************************************
6127 //*************************************************************************************************
6128 
6129 
6130 //**Serial Execution*******************************************************************************
6212 //*************************************************************************************************
6213 
6214 
6215 //**Vector Serialization***************************************************************************
6310 //*************************************************************************************************
6311 
6312 
6313 //**Matrix Serialization***************************************************************************
6404 //*************************************************************************************************
6405 
6406 
6407 //**Intra-Statement Optimization*******************************************************************
6510 //*************************************************************************************************
6511 
6512 
6513 //**Configuration Files****************************************************************************
6620 //*************************************************************************************************
6621 
6622 #endif
Header file for the inclusion of the math module of the Blaze library.
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57
Header file for the inclusion of the utility module of the Blaze library.