STK++ 0.9.13
|
In this file, we define the final class Array2D
.
More...
Go to the source code of this file.
Classes | |
struct | STK::hidden::Traits< Array2D< Type_ > > |
Specialization of the Traits class for the Array2D class. More... | |
class | STK::hidden::Traits< Array2D< Type_ > >::Void |
class | STK::Array2D< Type_ > |
template two dimensional column (vertically) oriented Array. More... | |
Namespaces | |
namespace | STK |
The namespace STK is the main domain space of the Statistical ToolKit project. | |
The hidden namespace enclose the classes and methods which are used internally by the STK++ classes. | |
Typedefs | |
typedef Array2D< Real > | STK::ArrayXX |
Specialization of the Array2D class for Real values. | |
typedef Array2D< double > | STK::ArrayXXd |
typedef Array2D< int > | STK::ArrayXXi |
In this file, we define the final class Array2D
.
Definition in file STK_Array2D.h.