|
MyraMath
|
Returns a hermitian copy of a SparseMatrix. More...
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) |
Returns a hermitian copy of a SparseMatrix.
1.8.13