Blaze  3.6
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***************************************************************************************
170 //*************************************************************************************************
171 
172 
173 //**Configuration and Installation*****************************************************************
334 //*************************************************************************************************
335 
336 
337 //**Getting Started********************************************************************************
524 //*************************************************************************************************
525 
526 
527 //**Vectors****************************************************************************************
597 //*************************************************************************************************
598 
599 
600 //**Vector Types***********************************************************************************
1069 //*************************************************************************************************
1070 
1071 
1072 //**Vector Operations******************************************************************************
2748 //*************************************************************************************************
2749 
2750 
2751 //**Matrices***************************************************************************************
2825 //*************************************************************************************************
2826 
2827 
2828 //**Matrix Types***********************************************************************************
3345 //*************************************************************************************************
3346 
3347 
3348 //**Matrix Operations******************************************************************************
6355 //*************************************************************************************************
6356 
6357 
6358 //**Adaptors***************************************************************************************
6465 //*************************************************************************************************
6466 
6467 
6468 //**Symmetric Matrices*****************************************************************************
6986 //*************************************************************************************************
6987 
6988 
6989 //**Hermitian Matrices*****************************************************************************
7558 //*************************************************************************************************
7559 
7560 
7561 //**Triangular Matrices****************************************************************************
8527 //*************************************************************************************************
8528 
8529 
8530 //**Views******************************************************************************************
8605 //*************************************************************************************************
8606 
8607 
8608 //**Subvectors*************************************************************************************
8959 //*************************************************************************************************
8960 
8961 
8962 //**Element Selections*****************************************************************************
9273 //*************************************************************************************************
9274 
9275 
9276 //**Submatrices************************************************************************************
9676 //*************************************************************************************************
9677 
9678 
9679 //**Rows*******************************************************************************************
9984 //*************************************************************************************************
9985 
9986 
9987 //**Row Selections*********************************************************************************
10321 //*************************************************************************************************
10322 
10323 
10324 //**Columns****************************************************************************************
10630 //*************************************************************************************************
10631 
10632 
10633 //**Column Selections******************************************************************************
10968 //*************************************************************************************************
10969 
10970 
10971 //**Bands******************************************************************************************
11247 //*************************************************************************************************
11248 
11249 
11250 //**Arithmetic Operations**************************************************************************
11296 //*************************************************************************************************
11297 
11298 
11299 //**Addition***************************************************************************************
11403 //*************************************************************************************************
11404 
11405 
11406 //**Subtraction************************************************************************************
11503 //*************************************************************************************************
11504 
11505 
11506 //**Scalar Multiplication**************************************************************************
11548 //*************************************************************************************************
11549 
11550 
11551 //**Vector/Vector Multiplication*******************************************************************
11713 //*************************************************************************************************
11714 
11715 
11716 //**Vector/Vector Division*************************************************************************
11749 //*************************************************************************************************
11750 
11751 
11752 //**Matrix/Vector Multiplication*******************************************************************
11779 //*************************************************************************************************
11780 
11781 
11782 //**Matrix/Matrix Multiplication*******************************************************************
11883 //*************************************************************************************************
11884 
11885 
11886 //**Bitwise Operations*****************************************************************************
11927 //*************************************************************************************************
11928 
11929 
11930 //**Bitwise Shift**********************************************************************************
12042 //*************************************************************************************************
12043 
12044 
12045 //**Bitwise AND************************************************************************************
12156 //*************************************************************************************************
12157 
12158 
12159 //**Bitwise OR*************************************************************************************
12270 //*************************************************************************************************
12271 
12272 
12273 //**Bitwise XOR************************************************************************************
12384 //*************************************************************************************************
12385 
12386 
12387 //**Logical Operations*****************************************************************************
12418 //*************************************************************************************************
12419 
12420 
12421 //**Logical NOT************************************************************************************
12457 //*************************************************************************************************
12458 
12459 
12460 //**Logical AND************************************************************************************
12518 //*************************************************************************************************
12519 
12520 
12521 //**Logical OR*************************************************************************************
12579 //*************************************************************************************************
12580 
12581 
12582 //**Shared Memory Parallelization******************************************************************
12606 //*************************************************************************************************
12607 
12608 
12609 //**HPX Parallelization****************************************************************************
12680 //*************************************************************************************************
12681 
12682 
12683 //**C++11 Thread Parallelization*******************************************************************
12787 //*************************************************************************************************
12788 
12789 
12790 //**Boost Thread Parallelization*******************************************************************
12863 //*************************************************************************************************
12864 
12865 
12866 //**OpenMP Parallelization*************************************************************************
13113 //*************************************************************************************************
13114 
13115 
13116 //**Serial Execution*******************************************************************************
13196 //*************************************************************************************************
13197 
13198 
13199 //**Serialization**********************************************************************************
13215 //*************************************************************************************************
13216 
13217 
13218 //**Vector Serialization***************************************************************************
13305 //*************************************************************************************************
13306 
13307 
13308 //**Matrix Serialization***************************************************************************
13397 //*************************************************************************************************
13398 
13399 
13400 //**Customization**********************************************************************************
13413 //*************************************************************************************************
13414 
13415 
13416 //**Configuration Files****************************************************************************
13652 //*************************************************************************************************
13653 
13654 
13655 //**Customization of Vectors and Matrices**********************************************************
14120 //*************************************************************************************************
14121 
14122 
14123 //**Customization of the Error Reporting Mechanism*************************************************
14258 //*************************************************************************************************
14259 
14260 
14261 //**BLAS Functions*********************************************************************************
14520 //*************************************************************************************************
14521 
14522 
14523 //**LAPACK Functions*******************************************************************************
16190 //*************************************************************************************************
16191 
16192 
16193 //**Block Vectors and Matrices*********************************************************************
16306 //*************************************************************************************************
16307 
16308 
16309 //**Intra-Statement Optimization*******************************************************************
16409 //*************************************************************************************************
16410 
16411 
16412 //**FAQ********************************************************************************************
16601 //*************************************************************************************************
16602 
16603 
16604 //**FAQ********************************************************************************************
16801 //*************************************************************************************************
16802 
16803 
16804 //**Blaze References*******************************************************************************
16841 //*************************************************************************************************
16842 
16843 #endif