MyraMath
Classes | Functions
transpose.h File Reference

Returns a transposed copy of a SparseMatrix. More...

#include <myramath/MYRAMATH_EXPORT.h>
#include <myramath/utility/Number.h>
Include dependency graph for transpose.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

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)
 

Detailed Description

Returns a transposed copy of a SparseMatrix.