Tutorial.h
Go to the documentation of this file.
1 //=================================================================================================
33 //=================================================================================================
34 
35 #ifndef _BLAZE_TUTORIAL_H_
36 #define _BLAZE_TUTORIAL_H_
37 
38 
39 //=================================================================================================
40 //
41 // BLAZE TUTORIAL
42 //
43 //=================================================================================================
44 
45 //**Mainpage***************************************************************************************
153 //*************************************************************************************************
154 
155 
156 //**Configuration and Installation*****************************************************************
316 //*************************************************************************************************
317 
318 
319 //**Getting Started********************************************************************************
491 //*************************************************************************************************
492 
493 
494 //**Vectors****************************************************************************************
564 //*************************************************************************************************
565 
566 
567 //**Vector Types***********************************************************************************
1036 //*************************************************************************************************
1037 
1038 
1039 //**Vector Operations******************************************************************************
2596 //*************************************************************************************************
2597 
2598 
2599 //**Matrices***************************************************************************************
2673 //*************************************************************************************************
2674 
2675 
2676 //**Matrix Types***********************************************************************************
3193 //*************************************************************************************************
3194 
3195 
3196 //**Matrix Operations******************************************************************************
6036 //*************************************************************************************************
6037 
6038 
6039 //**Adaptors***************************************************************************************
6146 //*************************************************************************************************
6147 
6148 
6149 //**Symmetric Matrices*****************************************************************************
6667 //*************************************************************************************************
6668 
6669 
6670 //**Hermitian Matrices*****************************************************************************
7239 //*************************************************************************************************
7240 
7241 
7242 //**Triangular Matrices****************************************************************************
8208 //*************************************************************************************************
8209 
8210 
8211 //**Views******************************************************************************************
8286 //*************************************************************************************************
8287 
8288 
8289 //**Subvectors*************************************************************************************
8640 //*************************************************************************************************
8641 
8642 
8643 //**Element Selections*****************************************************************************
8954 //*************************************************************************************************
8955 
8956 
8957 //**Submatrices************************************************************************************
9357 //*************************************************************************************************
9358 
9359 
9360 //**Rows*******************************************************************************************
9665 //*************************************************************************************************
9666 
9667 
9668 //**Row Selections*********************************************************************************
10002 //*************************************************************************************************
10003 
10004 
10005 //**Columns****************************************************************************************
10311 //*************************************************************************************************
10312 
10313 
10314 //**Column Selections******************************************************************************
10649 //*************************************************************************************************
10650 
10651 
10652 //**Bands******************************************************************************************
10927 //*************************************************************************************************
10928 
10929 
10930 //**Arithmetic Operations**************************************************************************
10957 //*************************************************************************************************
10958 
10959 
10960 //**Addition***************************************************************************************
11022 //*************************************************************************************************
11023 
11024 
11025 //**Subtraction************************************************************************************
11085 //*************************************************************************************************
11086 
11087 
11088 //**Scalar Multiplication**************************************************************************
11125 //*************************************************************************************************
11126 
11127 
11128 //**Vector/Vector Multiplication*******************************************************************
11267 //*************************************************************************************************
11268 
11269 
11270 //**Vector/Vector Division*************************************************************************
11303 //*************************************************************************************************
11304 
11305 
11306 //**Matrix/Vector Multiplication*******************************************************************
11333 //*************************************************************************************************
11334 
11335 
11336 //**Matrix/Matrix Multiplication*******************************************************************
11408 //*************************************************************************************************
11409 
11410 
11411 //**Shared Memory Parallelization******************************************************************
11435 //*************************************************************************************************
11436 
11437 
11438 //**HPX Parallelization****************************************************************************
11509 //*************************************************************************************************
11510 
11511 
11512 //**C++11 Thread Parallelization*******************************************************************
11616 //*************************************************************************************************
11617 
11618 
11619 //**Boost Thread Parallelization*******************************************************************
11692 //*************************************************************************************************
11693 
11694 
11695 //**OpenMP Parallelization*************************************************************************
11942 //*************************************************************************************************
11943 
11944 
11945 //**Serial Execution*******************************************************************************
12025 //*************************************************************************************************
12026 
12027 
12028 //**Serialization**********************************************************************************
12044 //*************************************************************************************************
12045 
12046 
12047 //**Vector Serialization***************************************************************************
12134 //*************************************************************************************************
12135 
12136 
12137 //**Matrix Serialization***************************************************************************
12226 //*************************************************************************************************
12227 
12228 
12229 //**Customization**********************************************************************************
12242 //*************************************************************************************************
12243 
12244 
12245 //**Configuration Files****************************************************************************
12473 //*************************************************************************************************
12474 
12475 
12476 //**Customization of Vectors and Matrices**********************************************************
12941 //*************************************************************************************************
12942 
12943 
12944 //**Customization of the Error Reporting Mechanism*************************************************
13079 //*************************************************************************************************
13080 
13081 
13082 //**BLAS Functions*********************************************************************************
13341 //*************************************************************************************************
13342 
13343 
13344 //**LAPACK Functions*******************************************************************************
14935 //*************************************************************************************************
14936 
14937 
14938 //**Block Vectors and Matrices*********************************************************************
15051 //*************************************************************************************************
15052 
15053 
15054 //**Intra-Statement Optimization*******************************************************************
15154 //*************************************************************************************************
15155 
15156 
15157 //**FAQ********************************************************************************************
15317 //*************************************************************************************************
15318 
15319 
15320 //**FAQ********************************************************************************************
15517 //*************************************************************************************************
15518 
15519 
15520 //**Blaze References*******************************************************************************
15557 //*************************************************************************************************
15558 
15559 #endif