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***************************************************************************************
112 //*************************************************************************************************
113 
114 
115 //**Configuration and Installation*****************************************************************
264 //*************************************************************************************************
265 
266 
267 //**Getting Started********************************************************************************
444 //*************************************************************************************************
445 
446 
447 //**Vector Types***********************************************************************************
534 //*************************************************************************************************
535 
536 
537 //**Vector Operations******************************************************************************
1027 //*************************************************************************************************
1028 
1029 
1030 //**Matrix Types***********************************************************************************
1105 //*************************************************************************************************
1106 
1107 
1108 //**Matrix Operations******************************************************************************
1644 //*************************************************************************************************
1645 
1646 
1647 //**View Types*************************************************************************************
1724 //*************************************************************************************************
1725 
1726 
1727 //**View Operations********************************************************************************
1951 //*************************************************************************************************
1952 
1953 
1954 //**Addition***************************************************************************************
2018 //*************************************************************************************************
2019 
2020 
2021 //**Subtraction************************************************************************************
2083 //*************************************************************************************************
2084 
2085 
2086 //**Scalar Multiplication**************************************************************************
2125 //*************************************************************************************************
2126 
2127 
2128 //**Vector/Vector Multiplication*******************************************************************
2265 //*************************************************************************************************
2266 
2267 
2268 //**Matrix/Vector Multiplication*******************************************************************
2297 //*************************************************************************************************
2298 
2299 
2300 //**Matrix/Matrix Multiplication*******************************************************************
2325 //*************************************************************************************************
2326 
2327 
2328 //**Vector serialization***************************************************************************
2423 //*************************************************************************************************
2424 
2425 
2426 //**Matrix serialization***************************************************************************
2517 //*************************************************************************************************
2518 
2519 #endif