36#ifndef STK_ARRAYBASEINITIALIZER_H
37#define STK_ARRAYBASEINITIALIZER_H
47template<
typename Derived>
51 typedef typename Derived::Type
Type;
79 while (
array_.rangeColsInRow(
row_).size() <= 0)
116template<
typename Derived>
#define STKRUNTIME_ERROR_NO_ARG(Where, Error)
ArrayInitializer< Derived > operator<<(Type const &s)
Convenient operator to set the coefficients of a matrix.
Helper class used by the comma initializer operator.
~ArrayInitializer()
destructor
ArrayInitializer & operator,(Type const &s)
inserts a scalar value in the target matrix
ArrayInitializer(Derived &array, Type const &s)
Constructor.
void toFirstElt()
Set (row_, col_) to the first element of the array.
void toNextElt()
Compute the next element.
The MultidimRegression class allows to regress a multidimensional output variable among a multivariat...
The namespace STK is the main domain space of the Statistical ToolKit project.