Blaze 3.9
BaseTemplate.h
Go to the documentation of this file.
1//=================================================================================================
33//=================================================================================================
34
35#ifndef _BLAZE_MATH_ADAPTORS_UNIUPPERMATRIX_BASETEMPLATE_H_
36#define _BLAZE_MATH_ADAPTORS_UNIUPPERMATRIX_BASETEMPLATE_H_
37
38
39//*************************************************************************************************
40// Includes
41//*************************************************************************************************
42
45
46
47namespace blaze {
48
49//=================================================================================================
50//
51// CLASS DEFINITION
52//
53//=================================================================================================
54
55//*************************************************************************************************
577template< typename MT // Type of the adapted matrix
578 , bool SO = StorageOrder_v<MT> // Storage order of the adapted matrix
579 , bool DF = IsDenseMatrix_v<MT> > // Density flag
581{};
582//*************************************************************************************************
583
584} // namespace blaze
585
586#endif
Header file for the IsDenseMatrix type trait.
Matrix adapter for upper unitriangular matrices.
Definition: BaseTemplate.h:581
Header file for the StorageOrder type trait.