STK++ 0.9.13
STK::hidden::Traits< Const::Square< Type_, Size_ > > Struct Template Reference

Traits class for the square constant matrix. More...

#include <STK_Const_Arrays.h>

Public Types

enum  {
  structure_ = Arrays::square_ , sizeRows_ = Size_ , sizeCols_ = Size_ , size_ = Size_ ,
  orient_ = Arrays::by_col_ , storage_ = Arrays::sparse_
}
 
typedef Type_ Type
 
typedef RemoveConst< Type >::Type TypeConst
 

Detailed Description

template<typename Type_, int Size_>
struct STK::hidden::Traits< Const::Square< Type_, Size_ > >

Traits class for the square constant matrix.

Definition at line 157 of file STK_Const_Arrays.h.

Member Typedef Documentation

◆ Type

template<typename Type_ , int Size_>
typedef Type_ STK::hidden::Traits< Const::Square< Type_, Size_ > >::Type

Definition at line 168 of file STK_Const_Arrays.h.

◆ TypeConst

template<typename Type_ , int Size_>
typedef RemoveConst<Type>::Type STK::hidden::Traits< Const::Square< Type_, Size_ > >::TypeConst

Definition at line 169 of file STK_Const_Arrays.h.

Member Enumeration Documentation

◆ anonymous enum


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