35#ifndef STK_ARRAY1D_INNERITERATOR_H
36#define STK_ARRAY1D_INNERITERATOR_H
43template<
class Type_,
int Size_ >
79 inline operator bool()
const {
return row_ != p_array_->end(); }
In this file we define and implement the final class Array1D.
In this file we define the base class for inner iterators on arrays.
TypeConst valueImpl() const
hidden::Traits< Array1D< Type_, Size_ > >::TypeConst TypeConst
hidden::Traits< Array1D< Type_, Size_ > >::Type Type
InnerOperator(InnerOperator const &it)
copy constructor.
InnerIteratorBase< Array1D< Type_, Size_ >, Array1D< Type_, Size_ >::InnerOperator > Base
InnerOperator const & nextImpl() const
go to next position
InnerOperator const & prevImpl() const
go to previous position
reference valueRefImpl() const
hidden::RemoveConst< Type >::Type & reference
InnerOperator(Array1D< Type_, Size_ > &array)
default constructor.
hidden::RemoveConst< Type >::Type * pointer
template one dimensional Arrays.
hidden::Traits< Array1D< Type_, Size_ > >::Type Type
hidden::Traits< Array1D< Type_, Size_ > >::TypeConst TypeConst
InnerIteratorBase is a base class for all iterators on allocators.
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.