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***************************************************************************************
106 //*************************************************************************************************
107 
108 
109 //**Configuration and Installation*****************************************************************
258 //*************************************************************************************************
259 
260 
261 //**Getting Started********************************************************************************
423 //*************************************************************************************************
424 
425 
426 //**Vector Types***********************************************************************************
513 //*************************************************************************************************
514 
515 
516 //**Vector Operations******************************************************************************
970 //*************************************************************************************************
971 
972 
973 //**Matrix Types***********************************************************************************
1048 //*************************************************************************************************
1049 
1050 
1051 //**Matrix Operations******************************************************************************
1577 //*************************************************************************************************
1578 
1579 
1580 //**View Types*************************************************************************************
1657 //*************************************************************************************************
1658 
1659 
1660 //**View Operations********************************************************************************
1884 //*************************************************************************************************
1885 
1886 
1887 //**Addition***************************************************************************************
1951 //*************************************************************************************************
1952 
1953 
1954 //**Subtraction************************************************************************************
2016 //*************************************************************************************************
2017 
2018 
2019 //**Scalar Multiplication**************************************************************************
2058 //*************************************************************************************************
2059 
2060 
2061 //**Vector/Vector Multiplication*******************************************************************
2198 //*************************************************************************************************
2199 
2200 
2201 //**Matrix/Vector Multiplication*******************************************************************
2230 //*************************************************************************************************
2231 
2232 
2233 //**Matrix/Matrix Multiplication*******************************************************************
2258 //*************************************************************************************************
2259 
2260 #endif