|
MyraMath
|
Range construct for a lower triangular matrix stored in rectangular packed format. More...
#include <myramath/utility/Number.h>#include <myramath/MYRAMATH_EXPORT.h>#include <iosfwd>#include <utility>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. | |
Range construct for a lower triangular matrix stored in rectangular packed format.
1.8.13