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