STK++ 0.9.13
STK_Const_Arrays.h File Reference

In this file we define the constant Arrays. More...

#include "STK_ExprBase.h"
Include dependency graph for STK_Const_Arrays.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  STK::hidden::Traits< Const::Identity< Type_, Size_ > >
 Traits class for the identity constant matrix. More...
 
struct  STK::hidden::Traits< Const::Vector< Type_, Size_ > >
 Traits class for the identity constant matrix. More...
 
struct  STK::hidden::Traits< Const::Point< Type_, Size_ > >
 Traits class for the constant vector_. More...
 
struct  STK::hidden::Traits< Const::Square< Type_, Size_ > >
 Traits class for the square constant matrix. More...
 
struct  STK::hidden::Traits< Const::Array< Type_, SizeRows_, SizeCols_ > >
 Traits class for the general constant matrix. More...
 
struct  STK::hidden::Traits< Const::UpperTriangular< Type_, SizeRows_, SizeCols_ > >
 Traits class for the upper triangular constant matrix. More...
 
struct  STK::hidden::Traits< Const::LowerTriangular< Type_, SizeRows_, SizeCols_ > >
 Traits class for the lower triangular constant matrix. More...
 
class  STK::Const::IConstArray< Derived >
 
class  STK::Const::Identity< Type_, Size_ >
 Define the constant identity matrix. More...
 
class  STK::Const::Square< Type_, Size_ >
 Define the constant square matrix. More...
 
class  STK::Const::Array< Type_, SizeRows_, SizeCols_ >
 Define the constant general matrix. More...
 
class  STK::Const::UpperTriangular< Type_, SizeRows_, SizeCols_ >
 Define the constant upper triangular matrix. More...
 
class  STK::Const::LowerTriangular< Type_, SizeRows_, SizeCols_ >
 Define the constant lower triangular matrix. More...
 
class  STK::Const::Point< Type_, Size_ >
 Define the constant point. More...
 
class  STK::Const::Vector< Type_, Size_ >
 Define the constant point. More...
 

Namespaces

namespace  STK
 The namespace STK is the main domain space of the Statistical ToolKit project.
 
namespace  STK::Const
 namespace enclosing the usual mathematical constants and the constant arrays or structures.
 
namespace  STK::hidden
 The hidden namespace enclose the classes and methods which are used internally by the STK++ classes.
 

Typedefs

typedef Vector< Real, UnknownSizeSTK::Const::VectorX
 
typedef Vector< Real, 3 > STK::Const::Vector3
 
typedef Vector< Real, 2 > STK::Const::Vector2
 
typedef Vector< double, UnknownSizeSTK::Const::VectorXd
 
typedef Vector< double, 3 > STK::Const::Vector3d
 
typedef Vector< double, 2 > STK::Const::Vector2d
 
typedef Vector< int, UnknownSizeSTK::Const::VectorXi
 
typedef Vector< int, 3 > STK::Const::Vector3i
 
typedef Vector< int, 2 > STK::Const::Vector2i
 
typedef Vector< Real, UnknownSizeSTK::Const::ConstVectorX
 
typedef Vector< Real, 3 > STK::Const::ConstVector3
 
typedef Vector< Real, 2 > STK::Const::ConstVector2
 
typedef Vector< double, UnknownSizeSTK::Const::ConstVectorXd
 
typedef Vector< double, 3 > STK::Const::ConstVector3d
 
typedef Vector< double, 2 > STK::Const::ConstVector2d
 
typedef Vector< int, UnknownSizeSTK::Const::ConstVectorXi
 
typedef Vector< int, 3 > STK::Const::ConstVector3i
 
typedef Vector< int, 2 > STK::Const::ConstVector2i
 
typedef Point< Real, UnknownSizeSTK::Const::PointX
 
typedef Point< Real, 3 > STK::Const::Point3
 
typedef Point< Real, 2 > STK::Const::Point2
 
typedef Point< double, UnknownSizeSTK::Const::PointXd
 
typedef Point< double, 3 > STK::Const::Point3d
 
typedef Point< double, 2 > STK::Const::Point2d
 
typedef Point< int, UnknownSizeSTK::Const::PointXi
 
typedef Point< int, 3 > STK::Const::Point3i
 
typedef Point< int, 2 > STK::Const::Point2i
 
typedef Point< Real, UnknownSizeSTK::Const::ConstPointX
 
typedef Point< Real, 3 > STK::Const::ConstPoint3
 
typedef Point< Real, 2 > STK::Const::ConstPoint2
 
typedef Point< double, UnknownSizeSTK::Const::ConstPointXd
 
typedef Point< double, 3 > STK::Const::ConstPoint3d
 
typedef Point< double, 2 > STK::Const::ConstPoint2d
 
typedef Point< int, UnknownSizeSTK::Const::ConstPointXi
 
typedef Point< int, 3 > STK::Const::ConstPoint3i
 
typedef Point< int, 2 > STK::Const::ConstPoint2i
 

Detailed Description

In this file we define the constant Arrays.

Definition in file STK_Const_Arrays.h.