BaseTemplate.h
Go to the documentation of this file.
1 //=================================================================================================
33 //=================================================================================================
34 
35 #ifndef _BLAZE_MATH_ADAPTORS_SYMMETRICMATRIX_BASETEMPLATE_H_
36 #define _BLAZE_MATH_ADAPTORS_SYMMETRICMATRIX_BASETEMPLATE_H_
37 
38 
39 //*************************************************************************************************
40 // Includes
41 //*************************************************************************************************
42 
46 
47 
48 namespace blaze {
49 
50 //=================================================================================================
51 //
52 // CLASS DEFINITION
53 //
54 //=================================================================================================
55 
56 //*************************************************************************************************
607 template< typename MT // Type of the adapted matrix
608  , bool SO = StorageOrder<MT>::value // Storage order of the adapted matrix
609  , bool DF = IsDenseMatrix<MT>::value // Density flag
610  , bool NF = IsNumericMatrix<MT>::value > // Numeric flag
612 {};
613 //*************************************************************************************************
614 
615 } // namespace blaze
616 
617 #endif
Matrix adapter for symmetric matrices.
Definition: BaseTemplate.h:611
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57
Header file for the IsDenseMatrix type trait.
Header file for the StorageOrder type trait.
Header file for the IsNumericMatrix type trait.