subArray1D.h File Reference

Header file declaring SubArray1D class. More...

#include <dlrNumeric/array1D.h>
#include <dlrNumeric/slice.h>
#include <cmath>
#include <dlrCommon/stridedPointer.h>

Include dependency graph for subArray1D.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  dlr
namespace  dlr::numeric

Classes

class  dlr::numeric::SubArray1D< Type >
 Header file defining a simple SubArray class to work with Array1D.h The goal here is simplicity. More...

Functions

template<class Type>
SubArray1D< Type > dlr::numeric::subArray (const Array1D< Type > &source)
 This is a convenience function for constructing SubArray1D instances which reference every element of the source array.
template<class Type>
SubArray1D< Type > dlr::numeric::subArray (const Array1D< Type > &source, const Slice &rowSlice)
 This is a convenience function for constructing SubArray1D instances which reference only selected elements of the source array.
template<class Type>
std::ostream & dlr::numeric::operator<< (std::ostream &stream, const SubArray1D< Type > &subArray0)
 This stream output operator sends a text representation of the SubArray1D instance to the supplied stream instance.


Detailed Description

Header file declaring SubArray1D class.

Copyright (C) 2001-2007 David LaRose, dlr@cs.cmu.edu See accompanying file, LICENSE.TXT, for details.

Revision
880
Date
2007-05-04 00:33:49 -0400 (Fri, 04 May 2007)

Definition in file subArray1D.h.


Generated on Mon Jul 9 20:34:16 2007 for dlrLibs Utility Libraries by  doxygen 1.5.2