MyraMath
Classes
VectorRange.h File Reference

Interface class for representing subranges of dense Vector's. More...

#include <myramath/utility/Number.h>
#include <myramath/MYRAMATH_EXPORT.h>
#include <iosfwd>
#include <utility>
#include <vector>
Include dependency graph for VectorRange.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  myra::Expression< Arity, Number >
 Given an index (i,j,etc), returns a value. More...
 
class  myra::MatrixRange< Number >
 Represents a mutable MatrixRange. More...
 
class  myra::CMatrixRange< Number >
 Represents a const MatrixRange. More...
 
class  myra::VectorRange< Number >
 Represents a mutable VectorRange. More...
 
class  myra::CVectorRange< Number >
 Represents a const VectorRange. More...
 
class  myra::Array1< T >
 Container of values, allows random (i) access. More...
 
class  myra::VectorRange< Number >
 Represents a mutable VectorRange. More...
 
class  myra::CVectorRange< Number >
 Represents a const VectorRange. More...
 
class  myra::ReflectNumber< VectorRange< Number > >
 Specializing ReflectNumber<> for VectorRange<Number> More...
 
class  myra::ReflectNumber< CVectorRange< Number > >
 Specializing ReflectNumber<> for CVectorRange<Number> More...
 

Functions

Array1< CVectorRange< NumberS > > myra::add_const (const Array1< VectorRange< NumberS > > &ranges)
 Adds const qualifier to an Array1<VectorRange>, returns an Array1<CVectorRange>
 
Array1< CVectorRange< NumberD > > myra::add_const (const Array1< VectorRange< NumberD > > &ranges)
 Adds const qualifier to an Array1<VectorRange>, returns an Array1<CVectorRange>
 
Array1< CVectorRange< NumberC > > myra::add_const (const Array1< VectorRange< NumberC > > &ranges)
 Adds const qualifier to an Array1<VectorRange>, returns an Array1<CVectorRange>
 
Array1< CVectorRange< NumberZ > > myra::add_const (const Array1< VectorRange< NumberZ > > &ranges)
 Adds const qualifier to an Array1<VectorRange>, returns an Array1<CVectorRange>
 
Array1< VectorRange< NumberS > > myra::remove_const (const Array1< CVectorRange< NumberS > > &ranges)
 Removes const qualifier from an Array1<CVectorRange>, returns an Array1<VectorRange>
 
Array1< VectorRange< NumberD > > myra::remove_const (const Array1< CVectorRange< NumberD > > &ranges)
 Removes const qualifier from an Array1<CVectorRange>, returns an Array1<VectorRange>
 
Array1< VectorRange< NumberC > > myra::remove_const (const Array1< CVectorRange< NumberC > > &ranges)
 Removes const qualifier from an Array1<CVectorRange>, returns an Array1<VectorRange>
 
Array1< VectorRange< NumberZ > > myra::remove_const (const Array1< CVectorRange< NumberZ > > &ranges)
 Removes const qualifier from an Array1<CVectorRange>, returns an Array1<VectorRange>
 
std::ostream & myra::operator<< (std::ostream &out, const CVectorRange< NumberS > &v)
 Displays a CVectorRange to a std::ostream.
 
std::ostream & myra::operator<< (std::ostream &out, const CVectorRange< NumberD > &v)
 Displays a CVectorRange to a std::ostream.
 
std::ostream & myra::operator<< (std::ostream &out, const CVectorRange< NumberC > &v)
 Displays a CVectorRange to a std::ostream.
 
std::ostream & myra::operator<< (std::ostream &out, const CVectorRange< NumberZ > &v)
 Displays a CVectorRange to a std::ostream.
 

Detailed Description

Interface class for representing subranges of dense Vector's.