NMath |
| Name | Description | |
|---|---|---|
| Transpose(DoubleBandMatrix) | Transposes the banded matrix. | |
| Transpose(DoubleComplexBandMatrix) | Transposes the banded matrix. | |
| Transpose(DoubleComplexLowerTriMatrix) | Transposes a lower triangular matrix. | |
| Transpose(DoubleComplexMatrix) | Returns the transpose of a given matrix. The matrix returned is a new view of the same data as the given matrix. | |
| Transpose(DoubleComplexTriDiagMatrix) | Transposes the tridiagonal banded matrix. | |
| Transpose(DoubleComplexUpperTriMatrix) | Transposes an upper triangular matrix. | |
| Transpose(DoubleHermitianBandMatrix) | Transposes the Hermitian banded matrix. | |
| Transpose(DoubleHermitianMatrix) | Transposes the Hermitian matrix. | |
| Transpose(DoubleLowerTriMatrix) | Transposes a lower triangular matrix. | |
| Transpose(DoubleMatrix) | Returns the transpose of a given matrix. The matrix returned is a new view of the same data as the given matrix. | |
| Transpose(DoubleSymBandMatrix) | Transposes the symmetric banded matrix. | |
| Transpose(DoubleSymmetricMatrix) | Transposes the symmetric matrix. | |
| Transpose(DoubleTriDiagMatrix) | Transposes the tridiagonal banded matrix. | |
| Transpose(DoubleUpperTriMatrix) | Transposes an upper triangular matrix. | |
| Transpose(FloatBandMatrix) | Transposes the banded matrix. | |
| Transpose(FloatComplexBandMatrix) | Transposes the banded matrix. | |
| Transpose(FloatComplexLowerTriMatrix) | Transposes a lower triangular matrix. | |
| Transpose(FloatComplexMatrix) | Returns the transpose of a given matrix. The matrix returned is a new view of the same data as the given matrix. | |
| Transpose(FloatComplexTriDiagMatrix) | Transposes the tridiagonal banded matrix. | |
| Transpose(FloatComplexUpperTriMatrix) | Transposes an upper triangular matrix. | |
| Transpose(FloatHermitianBandMatrix) | Transposes the Hermitian banded matrix. | |
| Transpose(FloatHermitianMatrix) | Transposes the Hermitian matrix. | |
| Transpose(FloatLowerTriMatrix) | Transposes a lower triangular matrix. | |
| Transpose(FloatMatrix) | Returns the transpose of a given matrix. The matrix returned is a new view of the same data as the given matrix. | |
| Transpose(FloatSymBandMatrix) | Transposes the symmetric banded matrix. | |
| Transpose(FloatSymmetricMatrix) | Transposes the symmetric matrix. | |
| Transpose(FloatTriDiagMatrix) | Transposes the tridiagonal banded matrix. | |
| Transpose(FloatUpperTriMatrix) | Transposes an upper triangular matrix. |