MyraMath
Classes
DiagonalMatrixRange.h File Reference

Interface class for representing subranges of DiagonalMatrix's. More...

#include <myramath/utility/Number.h>
#include <myramath/utility/detail/LIBPUBLIC.h>
#include <iosfwd>
Include dependency graph for DiagonalMatrixRange.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::Matrix< Number >
 Tabulates an IxJ matrix. Allows random access, has column major layout to be compatible with BLAS/LAPACK. More...
 
class  myra::MatrixRange< Number >
 Represents a mutable MatrixRange. More...
 
class  myra::CMatrixRange< Number >
 Represents a const MatrixRange. More...
 
class  myra::Vector< Number >
 Tabulates a vector of length N, allows random access. More...
 
class  myra::VectorRange< Number >
 Represents a mutable VectorRange. More...
 
class  myra::CVectorRange< Number >
 Represents a const VectorRange. More...
 
class  myra::DiagonalMatrixRange< Number >
 Represents a mutable DiagonalMatrixRange. More...
 
class  myra::CDiagonalMatrixRange< Number >
 Represents a const DiagonalMatrixRange. More...
 
class  myra::DiagonalMatrixRange< Number >
 Represents a mutable DiagonalMatrixRange. More...
 
class  myra::CDiagonalMatrixRange< Number >
 Represents a const DiagonalMatrixRange. More...
 
class  myra::ReflectNumber< DiagonalMatrixRange< Number > >
 Specializing ReflectNumber<> for DiagonalMatrixRange<Number> More...
 
class  myra::ReflectNumber< CDiagonalMatrixRange< Number > >
 Specializing ReflectNumber<> for CDiagonalMatrixRange<Number> More...
 

Functions

std::ostream & myra::operator<< (std::ostream &out, const CDiagonalMatrixRange< NumberS > &a)
 Displays a CDiagonalMatrixRange to a std::ostream.
 
std::ostream & myra::operator<< (std::ostream &out, const CDiagonalMatrixRange< NumberD > &a)
 Displays a CDiagonalMatrixRange to a std::ostream.
 
std::ostream & myra::operator<< (std::ostream &out, const CDiagonalMatrixRange< NumberC > &a)
 Displays a CDiagonalMatrixRange to a std::ostream.
 
std::ostream & myra::operator<< (std::ostream &out, const CDiagonalMatrixRange< NumberZ > &a)
 Displays a CDiagonalMatrixRange to a std::ostream.
 

Detailed Description

Interface class for representing subranges of DiagonalMatrix's.