LSSTApplications  10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
LSSTDataManagementBasePackage
Classes | Namespaces | Functions
arange.h File Reference

Expression classes to generate regularly-spaced ranges of values. More...

#include "ndarray/vectorize.h"
#include <boost/iterator/counting_iterator.hpp>

Go to the source code of this file.

Classes

struct  ndarray::ExpressionTraits< detail::CountingExpression >
 
class  ndarray::detail::CountingExpression
 
class  ndarray::detail::RangeTransformer< T >
 

Namespaces

 ndarray
 
 ndarray::detail
 

Functions

detail::CountingExpression ndarray::arange (int stop)
 Create 1D Expression that contains integer values in the range [0,stop). More...
 
detail::UnaryOpExpression
< detail::CountingExpression,
detail::RangeTransformer< int > > 
ndarray::arange (int start, int stop, int step=1)
 Create 1D Expression that contains integer values in the range [start,stop) with increment step. More...
 

Detailed Description

Expression classes to generate regularly-spaced ranges of values.

Definition in file arange.h.