MyraMath
|
Returns a transposed copy 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 | |
Pattern | myra::transpose (const PatternRange &P) |
Returns the transpose of a Pattern P. | |
SparseMatrix< NumberS > | myra::transpose (const CSparseMatrixRange< NumberS > &A) |
Returns the transpose of a SparseMatrix A. Not to be confused with hermitian() | |
SparseMatrix< NumberD > | myra::transpose (const CSparseMatrixRange< NumberD > &A) |
SparseMatrix< NumberC > | myra::transpose (const CSparseMatrixRange< NumberC > &A) |
SparseMatrix< NumberZ > | myra::transpose (const CSparseMatrixRange< NumberZ > &A) |
Returns a transposed copy of a SparseMatrix.