36#ifndef STK_IMULTIPARAMETERS_H
37#define STK_IMULTIPARAMETERS_H
47template<
class Parameters>
This file include all the header files of the project STKernel.
Interface base class for the parameters of a multivariate model.
IMultiParameters()
default constructor.
Range const & range() const
void resize(Range const &range)
resize the parameters only if the range is modified, otherwise, stay with the current values.
~IMultiParameters()
Destructor.
IMultiParameters(Range const &range)
constructor with specified range
IMultiParameters(IMultiParameters const ¶m)
copy constructor.
Interface base class for all classes implementing the curious recursive template paradigm.
Parameters & asDerived()
static cast : return a reference of this with a cast to the derived class.
Index sub-vector region: Specialization when the size is unknown.
The namespace STK is the main domain space of the Statistical ToolKit project.