BaseTemplate.h
Go to the documentation of this file.
1 //=================================================================================================
33 //=================================================================================================
34 
35 #ifndef _BLAZE_MATH_ADAPTORS_LOWERMATRIX_BASETEMPLATE_H_
36 #define _BLAZE_MATH_ADAPTORS_LOWERMATRIX_BASETEMPLATE_H_
37 
38 
39 //*************************************************************************************************
40 // Includes
41 //*************************************************************************************************
42 
45 
46 
47 namespace blaze {
48 
49 //=================================================================================================
50 //
51 // CLASS DEFINITION
52 //
53 //=================================================================================================
54 
55 //*************************************************************************************************
550 template< typename MT // Type of the adapted matrix
551  , bool SO = StorageOrder<MT>::value // Storage order of the adapted matrix
552  , bool DF = IsDenseMatrix<MT>::value > // Density flag
554 {};
555 //*************************************************************************************************
556 
557 } // namespace blaze
558 
559 #endif
Matrix adapter for lower triangular matrices.
Definition: BaseTemplate.h:553
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
Header file for the IsDenseMatrix type trait.
Header file for the StorageOrder type trait.