|
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...
|
|
|
typedef Vector< Real, UnknownSize > | STK::Const::VectorX |
|
typedef Vector< Real, 3 > | STK::Const::Vector3 |
|
typedef Vector< Real, 2 > | STK::Const::Vector2 |
|
typedef Vector< double, UnknownSize > | STK::Const::VectorXd |
|
typedef Vector< double, 3 > | STK::Const::Vector3d |
|
typedef Vector< double, 2 > | STK::Const::Vector2d |
|
typedef Vector< int, UnknownSize > | STK::Const::VectorXi |
|
typedef Vector< int, 3 > | STK::Const::Vector3i |
|
typedef Vector< int, 2 > | STK::Const::Vector2i |
|
typedef Vector< Real, UnknownSize > | STK::Const::ConstVectorX |
|
typedef Vector< Real, 3 > | STK::Const::ConstVector3 |
|
typedef Vector< Real, 2 > | STK::Const::ConstVector2 |
|
typedef Vector< double, UnknownSize > | STK::Const::ConstVectorXd |
|
typedef Vector< double, 3 > | STK::Const::ConstVector3d |
|
typedef Vector< double, 2 > | STK::Const::ConstVector2d |
|
typedef Vector< int, UnknownSize > | STK::Const::ConstVectorXi |
|
typedef Vector< int, 3 > | STK::Const::ConstVector3i |
|
typedef Vector< int, 2 > | STK::Const::ConstVector2i |
|
typedef Point< Real, UnknownSize > | STK::Const::PointX |
|
typedef Point< Real, 3 > | STK::Const::Point3 |
|
typedef Point< Real, 2 > | STK::Const::Point2 |
|
typedef Point< double, UnknownSize > | STK::Const::PointXd |
|
typedef Point< double, 3 > | STK::Const::Point3d |
|
typedef Point< double, 2 > | STK::Const::Point2d |
|
typedef Point< int, UnknownSize > | STK::Const::PointXi |
|
typedef Point< int, 3 > | STK::Const::Point3i |
|
typedef Point< int, 2 > | STK::Const::Point2i |
|
typedef Point< Real, UnknownSize > | STK::Const::ConstPointX |
|
typedef Point< Real, 3 > | STK::Const::ConstPoint3 |
|
typedef Point< Real, 2 > | STK::Const::ConstPoint2 |
|
typedef Point< double, UnknownSize > | STK::Const::ConstPointXd |
|
typedef Point< double, 3 > | STK::Const::ConstPoint3d |
|
typedef Point< double, 2 > | STK::Const::ConstPoint2d |
|
typedef Point< int, UnknownSize > | STK::Const::ConstPointXi |
|
typedef Point< int, 3 > | STK::Const::ConstPoint3i |
|
typedef Point< int, 2 > | STK::Const::ConstPoint2i |
|
In this file we define the constant Arrays.
Definition in file STK_Const_Arrays.h.