MyraMath
Classes
lower_precision.h File Reference

Routines for copying and lowering the precision of a SparseMatrix. More...

#include <myramath/MYRAMATH_EXPORT.h>
#include <myramath/utility/Number.h>
Include dependency graph for lower_precision.h:

Go to the source code of this file.

Classes

class  myra::SparseMatrix< Number >
 Stores an IxJ matrix A in compressed sparse column format. More...
 
class  myra::CSparseMatrixRange< Number >
 Represents a const SparseMatrixRange. More...
 

Functions

SparseMatrix< NumberS > myra::lower_precision (const CSparseMatrixRange< NumberD > &A)
 Lowers precision of SparseMatrix A.
 
SparseMatrix< NumberC > myra::lower_precision (const CSparseMatrixRange< NumberZ > &A)
 Lowers precision of SparseMatrix A.
 

Detailed Description

Routines for copying and lowering the precision of a SparseMatrix.