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***************************************************************************************
131 //*************************************************************************************************
132 
133 
134 //**Configuration and Installation*****************************************************************
232 //*************************************************************************************************
233 
234 
235 //**Getting Started********************************************************************************
407 //*************************************************************************************************
408 
409 
410 //**Vectors****************************************************************************************
479 //*************************************************************************************************
480 
481 
482 //**Vector Types***********************************************************************************
900 //*************************************************************************************************
901 
902 
903 //**Vector Operations******************************************************************************
1846 //*************************************************************************************************
1847 
1848 
1849 //**Matrices***************************************************************************************
1922 //*************************************************************************************************
1923 
1924 
1925 //**Matrix Types***********************************************************************************
2354 //*************************************************************************************************
2355 
2356 
2357 //**Matrix Operations******************************************************************************
3893 //*************************************************************************************************
3894 
3895 
3896 //**Adaptors***************************************************************************************
4003 //*************************************************************************************************
4004 
4005 
4006 //**Symmetric Matrices*****************************************************************************
4518 //*************************************************************************************************
4519 
4520 
4521 //**Hermitian Matrices*****************************************************************************
5089 //*************************************************************************************************
5090 
5091 
5092 //**Triangular Matrices****************************************************************************
6054 //*************************************************************************************************
6055 
6056 
6057 //**Views******************************************************************************************
6119 //*************************************************************************************************
6120 
6121 
6122 //**Subvectors*************************************************************************************
6515 //*************************************************************************************************
6516 
6517 
6518 //**Submatrices************************************************************************************
6966 //*************************************************************************************************
6967 
6968 
6969 //**Rows*******************************************************************************************
7263 //*************************************************************************************************
7264 
7265 
7266 //**Columns****************************************************************************************
7561 //*************************************************************************************************
7562 
7563 
7564 //**Arithmetic Operations**************************************************************************
7591 //*************************************************************************************************
7592 
7593 
7594 //**Addition***************************************************************************************
7656 //*************************************************************************************************
7657 
7658 
7659 //**Subtraction************************************************************************************
7719 //*************************************************************************************************
7720 
7721 
7722 //**Scalar Multiplication**************************************************************************
7759 //*************************************************************************************************
7760 
7761 
7762 //**Vector/Vector Multiplication*******************************************************************
7901 //*************************************************************************************************
7902 
7903 
7904 //**Vector/Vector Division*************************************************************************
7937 //*************************************************************************************************
7938 
7939 
7940 //**Matrix/Vector Multiplication*******************************************************************
7967 //*************************************************************************************************
7968 
7969 
7970 //**Matrix/Matrix Multiplication*******************************************************************
7993 //*************************************************************************************************
7994 
7995 
7996 //**Custom Operations******************************************************************************
8161 //*************************************************************************************************
8162 
8163 
8164 //**Shared Memory Parallelization******************************************************************
8184 //*************************************************************************************************
8185 
8186 
8187 //**OpenMP Parallelization*************************************************************************
8428 //*************************************************************************************************
8429 
8430 
8431 //**C++11 Thread Parallelization*******************************************************************
8535 //*************************************************************************************************
8536 
8537 
8538 //**Boost Thread Parallelization*******************************************************************
8611 //*************************************************************************************************
8612 
8613 
8614 //**Serial Execution*******************************************************************************
8694 //*************************************************************************************************
8695 
8696 
8697 //**Serialization**********************************************************************************
8713 //*************************************************************************************************
8714 
8715 
8716 //**Vector Serialization***************************************************************************
8803 //*************************************************************************************************
8804 
8805 
8806 //**Matrix Serialization***************************************************************************
8895 //*************************************************************************************************
8896 
8897 
8898 //**BLAS Functions*********************************************************************************
9157 //*************************************************************************************************
9158 
9159 
9160 //**LAPACK Functions*******************************************************************************
10280 //*************************************************************************************************
10281 
10282 
10283 //**Configuration Files****************************************************************************
10452 //*************************************************************************************************
10453 
10454 
10455 //**Block Vectors and Matrices*********************************************************************
10533 //*************************************************************************************************
10534 
10535 
10536 //**Custom Data Types******************************************************************************
10641 //*************************************************************************************************
10642 
10643 
10644 //**Customization of the Error Reporting Mechanism*************************************************
10779 //*************************************************************************************************
10780 
10781 
10782 //**Intra-Statement Optimization*******************************************************************
10882 //*************************************************************************************************
10883 
10884 #endif