MyraMath
Classes | Functions
hermitian.h File Reference

Returns a hermitian copy of a SparseMatrix. More...

#include <myramath/MYRAMATH_EXPORT.h>
#include <myramath/utility/Number.h>
Include dependency graph for hermitian.h:

Go to the source code of this file.

Classes

class  myra::CSparseMatrixRange< Number >
 Represents a const SparseMatrixRange. More...
 
class  myra::SparseMatrix< Number >
 Stores an IxJ matrix A in compressed sparse column format. More...
 

Functions

SparseMatrix< NumberS > myra::hermitian (const CSparseMatrixRange< NumberS > &A)
 Returns the hermitian of a SparseMatrix A. Not to be confused with transpose()
 
SparseMatrix< NumberD > myra::hermitian (const CSparseMatrixRange< NumberD > &A)
 
SparseMatrix< NumberC > myra::hermitian (const CSparseMatrixRange< NumberC > &A)
 
SparseMatrix< NumberZ > myra::hermitian (const CSparseMatrixRange< NumberZ > &A)
 

Detailed Description

Returns a hermitian copy of a SparseMatrix.