MyraMath
Classes
raise_precision.h File Reference

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

#include <myramath/MYRAMATH_EXPORT.h>
#include <myramath/utility/Number.h>
Include dependency graph for raise_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< NumberD > myra::raise_precision (const CSparseMatrixRange< NumberS > &A)
 Raises precision of SparseMatrix A.
 
SparseMatrix< NumberZ > myra::raise_precision (const CSparseMatrixRange< NumberC > &A)
 Raises precision of SparseMatrix A.
 

Detailed Description

Routines for copying and raising the precision of a SparseMatrix.