STK++ 1.0

Software Devlopment Kit.

The Sdk project propose a set of high level Interfaces that are implemented in the stk++ projects. More...

Classes

class  STK::IRecursiveTemplate< Leaf >
 Interface base class for all classes implementing the curious recursive template paradigm. More...
class  STK::IRunnerBase
 Abstract base class for all classes having a. More...
class  STK::IRunnerPtr2D< TYPE, TContainerHo, TContainerVe, TContainer2D >
 Abstract base class for all classes having a. More...
class  STK::IRunnerRef2D< TYPE, TContainerHo, TContainerVe, TContainer2D >
 Abstract base class for all classes having a. More...

Typedefs

typedef IRunnerPtr2D< Real,
Point, Vector, Matrix > 
STK::IRunnerMatrix
 predefined type for the Matrix container

Detailed Description

The Sdk project propose a set of high level Interfaces that are implemented in the stk++ projects.

In Sdk we define the pure Interface classes than can be used throughout the stkpp whole project. The aim is to unified the syntax and the treatment realized by the statistical methods.


Typedef Documentation

typedef IRunnerPtr2D<Real, Point, Vector, Matrix> STK::IRunnerMatrix

predefined type for the Matrix container

Definition at line 51 of file STK_IRunnerMatrix.h.