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