STK++ 0.9.13
STK::hidden::Traits< Array2DUpperTriangular< Type_ > > Struct Template Reference

Specialization of the Traits class for the Array2DUpperTriangular class. More...

#include <STK_Array2DUpperTriangular.h>

Classes

class  Void
 

Public Types

enum  {
  structure_ = Arrays::upper_triangular_ , orient_ = Arrays::by_col_ , sizeRows_ = UnknownSize , sizeCols_ = UnknownSize ,
  storage_ = Arrays::dense_
}
 
typedef Array2DPoint< Type_ > Row
 
typedef Array2DVector< Type_ > Col
 
typedef Array2DPoint< Type_ > SubRow
 
typedef Array2DVector< Type_ > SubCol
 
typedef Array2DUpperTriangular< Type_ > SubArray
 
typedef Void SubVector
 
typedef Type_ Type
 
typedef RemoveConst< Type >::Type constTypeConst
 
typedef Array1D< Type, UnknownSizeColVector
 

Detailed Description

template<typename Type_>
struct STK::hidden::Traits< Array2DUpperTriangular< Type_ > >

Specialization of the Traits class for the Array2DUpperTriangular class.

Definition at line 65 of file STK_Array2DUpperTriangular.h.

Member Typedef Documentation

◆ Col

template<typename Type_ >
typedef Array2DVector<Type_> STK::hidden::Traits< Array2DUpperTriangular< Type_ > >::Col

Definition at line 71 of file STK_Array2DUpperTriangular.h.

◆ ColVector

Definition at line 88 of file STK_Array2DUpperTriangular.h.

◆ Row

template<typename Type_ >
typedef Array2DPoint<Type_> STK::hidden::Traits< Array2DUpperTriangular< Type_ > >::Row

Definition at line 70 of file STK_Array2DUpperTriangular.h.

◆ SubArray

template<typename Type_ >
typedef Array2DUpperTriangular<Type_> STK::hidden::Traits< Array2DUpperTriangular< Type_ > >::SubArray

Definition at line 74 of file STK_Array2DUpperTriangular.h.

◆ SubCol

template<typename Type_ >
typedef Array2DVector<Type_> STK::hidden::Traits< Array2DUpperTriangular< Type_ > >::SubCol

Definition at line 73 of file STK_Array2DUpperTriangular.h.

◆ SubRow

template<typename Type_ >
typedef Array2DPoint<Type_> STK::hidden::Traits< Array2DUpperTriangular< Type_ > >::SubRow

Definition at line 72 of file STK_Array2DUpperTriangular.h.

◆ SubVector

template<typename Type_ >
typedef Void STK::hidden::Traits< Array2DUpperTriangular< Type_ > >::SubVector

Definition at line 75 of file STK_Array2DUpperTriangular.h.

◆ Type

template<typename Type_ >
typedef Type_ STK::hidden::Traits< Array2DUpperTriangular< Type_ > >::Type

Definition at line 77 of file STK_Array2DUpperTriangular.h.

◆ TypeConst

Definition at line 78 of file STK_Array2DUpperTriangular.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename Type_ >
anonymous enum
Enumerator
structure_ 
orient_ 
sizeRows_ 
sizeCols_ 
storage_ 

Definition at line 80 of file STK_Array2DUpperTriangular.h.


The documentation for this struct was generated from the following file: