MyraMath
Classes
LowerMatrixRange.h File Reference

Range construct for a lower triangular matrix stored in rectangular packed format. More...

#include <myramath/utility/Number.h>
#include <myramath/utility/detail/LIBPUBLIC.h>
#include <iosfwd>
#include <utility>
Include dependency graph for LowerMatrixRange.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::LowerMatrixRange< Number >
 Represents a mutable LowerMatrixRange. More...
 
class  myra::CLowerMatrixRange< Number >
 Represents a const LowerMatrixRange. More...
 
class  myra::LowerMatrixRange< Number >
 Represents a mutable LowerMatrixRange. More...
 
class  myra::CLowerMatrixRange< Number >
 Represents a const LowerMatrixRange. More...
 

Functions

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

Detailed Description

Range construct for a lower triangular matrix stored in rectangular packed format.