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***************************************************************************************
150 //*************************************************************************************************
151 
152 
153 //**Configuration and Installation*****************************************************************
312 //*************************************************************************************************
313 
314 
315 //**Getting Started********************************************************************************
487 //*************************************************************************************************
488 
489 
490 //**Vectors****************************************************************************************
559 //*************************************************************************************************
560 
561 
562 //**Vector Types***********************************************************************************
958 //*************************************************************************************************
959 
960 
961 //**Vector Operations******************************************************************************
2252 //*************************************************************************************************
2253 
2254 
2255 //**Matrices***************************************************************************************
2328 //*************************************************************************************************
2329 
2330 
2331 //**Matrix Types***********************************************************************************
2774 //*************************************************************************************************
2775 
2776 
2777 //**Matrix Operations******************************************************************************
5149 //*************************************************************************************************
5150 
5151 
5152 //**Adaptors***************************************************************************************
5259 //*************************************************************************************************
5260 
5261 
5262 //**Symmetric Matrices*****************************************************************************
5780 //*************************************************************************************************
5781 
5782 
5783 //**Hermitian Matrices*****************************************************************************
6352 //*************************************************************************************************
6353 
6354 
6355 //**Triangular Matrices****************************************************************************
7321 //*************************************************************************************************
7322 
7323 
7324 //**Views******************************************************************************************
7390 //*************************************************************************************************
7391 
7392 
7393 //**Subvectors*************************************************************************************
7738 //*************************************************************************************************
7739 
7740 
7741 //**Element Selections*****************************************************************************
8030 //*************************************************************************************************
8031 
8032 
8033 //**Submatrices************************************************************************************
8427 //*************************************************************************************************
8428 
8429 
8430 //**Rows*******************************************************************************************
8730 //*************************************************************************************************
8731 
8732 
8733 //**Row Selections*********************************************************************************
9044 //*************************************************************************************************
9045 
9046 
9047 //**Columns****************************************************************************************
9347 //*************************************************************************************************
9348 
9349 
9350 //**Column Selections******************************************************************************
9662 //*************************************************************************************************
9663 
9664 
9665 //**Bands******************************************************************************************
9936 //*************************************************************************************************
9937 
9938 
9939 //**Arithmetic Operations**************************************************************************
9966 //*************************************************************************************************
9967 
9968 
9969 //**Addition***************************************************************************************
10031 //*************************************************************************************************
10032 
10033 
10034 //**Subtraction************************************************************************************
10094 //*************************************************************************************************
10095 
10096 
10097 //**Scalar Multiplication**************************************************************************
10134 //*************************************************************************************************
10135 
10136 
10137 //**Vector/Vector Multiplication*******************************************************************
10276 //*************************************************************************************************
10277 
10278 
10279 //**Vector/Vector Division*************************************************************************
10312 //*************************************************************************************************
10313 
10314 
10315 //**Matrix/Vector Multiplication*******************************************************************
10342 //*************************************************************************************************
10343 
10344 
10345 //**Matrix/Matrix Multiplication*******************************************************************
10417 //*************************************************************************************************
10418 
10419 
10420 //**Shared Memory Parallelization******************************************************************
10444 //*************************************************************************************************
10445 
10446 
10447 //**OpenMP Parallelization*************************************************************************
10688 //*************************************************************************************************
10689 
10690 
10691 //**C++11 Thread Parallelization*******************************************************************
10795 //*************************************************************************************************
10796 
10797 
10798 //**Boost Thread Parallelization*******************************************************************
10871 //*************************************************************************************************
10872 
10873 
10874 //**HPX Parallelization****************************************************************************
10945 //*************************************************************************************************
10946 
10947 
10948 //**Serial Execution*******************************************************************************
11028 //*************************************************************************************************
11029 
11030 
11031 //**Serialization**********************************************************************************
11047 //*************************************************************************************************
11048 
11049 
11050 //**Vector Serialization***************************************************************************
11137 //*************************************************************************************************
11138 
11139 
11140 //**Matrix Serialization***************************************************************************
11229 //*************************************************************************************************
11230 
11231 
11232 //**Customization**********************************************************************************
11245 //*************************************************************************************************
11246 
11247 
11248 //**Configuration Files****************************************************************************
11476 //*************************************************************************************************
11477 
11478 
11479 //**Customization of Vectors and Matrices**********************************************************
11919 //*************************************************************************************************
11920 
11921 
11922 //**Customization of the Error Reporting Mechanism*************************************************
12057 //*************************************************************************************************
12058 
12059 
12060 //**BLAS Functions*********************************************************************************
12319 //*************************************************************************************************
12320 
12321 
12322 //**LAPACK Functions*******************************************************************************
13913 //*************************************************************************************************
13914 
13915 
13916 //**Block Vectors and Matrices*********************************************************************
14029 //*************************************************************************************************
14030 
14031 
14032 //**Intra-Statement Optimization*******************************************************************
14132 //*************************************************************************************************
14133 
14134 #endif