All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Blaze.h
Go to the documentation of this file.
1 //=================================================================================================
20 //=================================================================================================
21 
22 #ifndef _BLAZE_BLAZE_H_
23 #define _BLAZE_BLAZE_H_
24 
25 
26 //*************************************************************************************************
27 // Includes
28 //*************************************************************************************************
29 
30 #include <blaze/Math.h>
31 #include <blaze/Util.h>
32 
33 
34 
35 
36 //=================================================================================================
37 //
38 // DOXYGEN DOCUMENTATION
39 //
40 //=================================================================================================
41 
42 //*************************************************************************************************
44 namespace blaze {}
45 //*************************************************************************************************
46 
47 
48 //**Mainpage***************************************************************************************
100 //*************************************************************************************************
101 
102 
103 //**Configuration and Installation*****************************************************************
252 //*************************************************************************************************
253 
254 
255 //**Getting Started********************************************************************************
417 //*************************************************************************************************
418 
419 
420 //**Vector Types***********************************************************************************
507 //*************************************************************************************************
508 
509 
510 //**Vector Operations******************************************************************************
955 //*************************************************************************************************
956 
957 
958 //**Matrix Types***********************************************************************************
1033 //*************************************************************************************************
1034 
1035 
1036 //**Matrix Operations******************************************************************************
1552 //*************************************************************************************************
1553 
1554 
1555 //**Addition***************************************************************************************
1619 //*************************************************************************************************
1620 
1621 
1622 //**Subtraction************************************************************************************
1684 //*************************************************************************************************
1685 
1686 
1687 //**Scalar Multiplication**************************************************************************
1726 //*************************************************************************************************
1727 
1728 
1729 //**Vector/Vector Multiplication*******************************************************************
1866 //*************************************************************************************************
1867 
1868 
1869 //**Matrix/Vector Multiplication*******************************************************************
1898 //*************************************************************************************************
1899 
1900 
1901 //**Matrix/Matrix Multiplication*******************************************************************
1926 //*************************************************************************************************
1927 
1928 #endif