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***************************************************************************************
145 //*************************************************************************************************
146 
147 
148 //**Configuration and Installation*****************************************************************
290 //*************************************************************************************************
291 
292 
293 //**Getting Started********************************************************************************
465 //*************************************************************************************************
466 
467 
468 //**Vectors****************************************************************************************
537 //*************************************************************************************************
538 
539 
540 //**Vector Types***********************************************************************************
931 //*************************************************************************************************
932 
933 
934 //**Vector Operations******************************************************************************
1987 //*************************************************************************************************
1988 
1989 
1990 //**Matrices***************************************************************************************
2063 //*************************************************************************************************
2064 
2065 
2066 //**Matrix Types***********************************************************************************
2504 //*************************************************************************************************
2505 
2506 
2507 //**Matrix Operations******************************************************************************
4621 //*************************************************************************************************
4622 
4623 
4624 //**Adaptors***************************************************************************************
4731 //*************************************************************************************************
4732 
4733 
4734 //**Symmetric Matrices*****************************************************************************
5255 //*************************************************************************************************
5256 
5257 
5258 //**Hermitian Matrices*****************************************************************************
5830 //*************************************************************************************************
5831 
5832 
5833 //**Triangular Matrices****************************************************************************
6798 //*************************************************************************************************
6799 
6800 
6801 //**Views******************************************************************************************
6863 //*************************************************************************************************
6864 
6865 
6866 //**Subvectors*************************************************************************************
7259 //*************************************************************************************************
7260 
7261 
7262 //**Submatrices************************************************************************************
7710 //*************************************************************************************************
7711 
7712 
7713 //**Rows*******************************************************************************************
8007 //*************************************************************************************************
8008 
8009 
8010 //**Columns****************************************************************************************
8305 //*************************************************************************************************
8306 
8307 
8308 //**Arithmetic Operations**************************************************************************
8335 //*************************************************************************************************
8336 
8337 
8338 //**Addition***************************************************************************************
8400 //*************************************************************************************************
8401 
8402 
8403 //**Subtraction************************************************************************************
8463 //*************************************************************************************************
8464 
8465 
8466 //**Scalar Multiplication**************************************************************************
8503 //*************************************************************************************************
8504 
8505 
8506 //**Vector/Vector Multiplication*******************************************************************
8645 //*************************************************************************************************
8646 
8647 
8648 //**Vector/Vector Division*************************************************************************
8681 //*************************************************************************************************
8682 
8683 
8684 //**Matrix/Vector Multiplication*******************************************************************
8711 //*************************************************************************************************
8712 
8713 
8714 //**Matrix/Matrix Multiplication*******************************************************************
8786 //*************************************************************************************************
8787 
8788 
8789 //**Shared Memory Parallelization******************************************************************
8812 //*************************************************************************************************
8813 
8814 
8815 //**OpenMP Parallelization*************************************************************************
9056 //*************************************************************************************************
9057 
9058 
9059 //**C++11 Thread Parallelization*******************************************************************
9163 //*************************************************************************************************
9164 
9165 
9166 //**Boost Thread Parallelization*******************************************************************
9239 //*************************************************************************************************
9240 
9241 
9242 //**Serial Execution*******************************************************************************
9322 //*************************************************************************************************
9323 
9324 
9325 //**Serialization**********************************************************************************
9341 //*************************************************************************************************
9342 
9343 
9344 //**Vector Serialization***************************************************************************
9431 //*************************************************************************************************
9432 
9433 
9434 //**Matrix Serialization***************************************************************************
9523 //*************************************************************************************************
9524 
9525 
9526 //**Customization**********************************************************************************
9539 //*************************************************************************************************
9540 
9541 
9542 //**Configuration Files****************************************************************************
9770 //*************************************************************************************************
9771 
9772 
9773 //**Customization of Vectors and Matrices**********************************************************
10213 //*************************************************************************************************
10214 
10215 
10216 //**Customization of the Error Reporting Mechanism*************************************************
10351 //*************************************************************************************************
10352 
10353 
10354 //**BLAS Functions*********************************************************************************
10613 //*************************************************************************************************
10614 
10615 
10616 //**LAPACK Functions*******************************************************************************
12207 //*************************************************************************************************
12208 
12209 
12210 //**Block Vectors and Matrices*********************************************************************
12288 //*************************************************************************************************
12289 
12290 
12291 //**Intra-Statement Optimization*******************************************************************
12391 //*************************************************************************************************
12392 
12393 #endif