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 | Macros | Enumerations
ndarray_fwd.h File Reference

Forward declarations and default template parameters for ndarray. More...

#include <boost/type_traits/is_const.hpp>
#include <boost/type_traits/add_const.hpp>
#include <boost/type_traits/remove_const.hpp>
#include <cassert>

Go to the source code of this file.

Classes

struct  ndarray::ArrayTraits< T, N, C >
 Dimension-specialized traits shared by Array and ArrayRef. More...
 
struct  ndarray::ExpressionTraits< Expression_ >
 Traits for expressions. More...
 
class  ndarray::detail::Core< N >
 
class  ndarray::detail::UnaryOpExpression< Operand, UnaryFunction, N >
 
class  ndarray::detail::BinaryOpExpression< Operand1, Operand2, BinaryFunction, N >
 
struct  ndarray::detail::IteratorTraits< Iterator_ >
 
class  ndarray::detail::NestedIterator< T, N, C >
 
class  ndarray::detail::StridedIterator< T >
 
class  ndarray::detail::UnaryOpIterator< Operand, UnaryFunction >
 
class  ndarray::detail::BinaryOpIterator< Operand1, Operand2, BinaryFunction >
 
class  ndarray::ExpressionBase< Derived >
 CRTP base class for all multidimensional expressions. More...
 
class  ndarray::ArrayBase< Derived >
 CRTP implementation for Array and ArrayRef. More...
 
class  ndarray::ArrayRef< T, N, C >
 A proxy class for Array with deep assignment operators. More...
 
class  ndarray::Array< T, N, C >
 A multidimensional strided array. More...
 
class  ndarray::Vector< T, N >
 A fixed-size 1D array class. More...
 

Namespaces

 ndarray
 
 ndarray::detail
 

Macros

#define NDARRAY_ASSERT(ARG)   assert(ARG)
 

Enumerations

enum  ndarray::DataOrderEnum { ndarray::ROW_MAJOR =1, ndarray::COLUMN_MAJOR =2 }
 An enumeration for stride computation. More...
 

Detailed Description

Forward declarations and default template parameters for ndarray.

Definition in file ndarray_fwd.h.

Macro Definition Documentation

#define NDARRAY_ASSERT (   ARG)    assert(ARG)

Definition at line 51 of file ndarray_fwd.h.