MyraMath
|
Routines for copying and lowering the precision of a SparseMatrix. More...
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. | |
Routines for copying and lowering the precision of a SparseMatrix.