Overload List
| Name | Description | |
|---|---|---|
| ToGeneralMatrix(DoubleBandMatrix) |
Converts a banded matrix to a general matrix.
| |
| ToGeneralMatrix(DoubleComplexBandMatrix) |
Converts a banded matrix to a general matrix.
| |
| ToGeneralMatrix(DoubleComplexLowerTriMatrix) |
Converts a triangular matrix to a general matrix.
| |
| ToGeneralMatrix(DoubleComplexTriDiagMatrix) |
Converts a tridiagonal matrix to a general matrix.
| |
| ToGeneralMatrix(DoubleComplexUpperTriMatrix) |
Converts a triangular matrix to a general matrix.
| |
| ToGeneralMatrix(DoubleHermCsrSparseMatrix) |
Converts a sparse Hermitian matrix in compressed row (CSR) to a
general sparse matrix in CSR format.
| |
| ToGeneralMatrix(DoubleHermitianBandMatrix) |
Converts an Hermitian banded matrix to a general matrix.
| |
| ToGeneralMatrix(DoubleHermitianMatrix) |
Converts a symmetric matrix to a general matrix.
| |
| ToGeneralMatrix(DoubleLowerTriMatrix) |
Converts a triangular matrix to a general matrix.
| |
| ToGeneralMatrix(DoubleSymBandMatrix) |
Converts a symmetric banded matrix to a general matrix.
| |
| ToGeneralMatrix(DoubleSymCsrSparseMatrix) |
Converts a sparse symmetric matrix in compressed row (CSR) to a
general sparse matrix in CSR format.
| |
| ToGeneralMatrix(DoubleSymmetricMatrix) |
Converts a symmetric matrix to a general matrix.
| |
| ToGeneralMatrix(DoubleTriDiagMatrix) |
Converts a tridiagonal matrix to a general matrix.
| |
| ToGeneralMatrix(DoubleUpperTriMatrix) |
Converts a triangular matrix to a general matrix.
| |
| ToGeneralMatrix(FloatBandMatrix) |
Converts a banded matrix to a general matrix.
| |
| ToGeneralMatrix(FloatComplexBandMatrix) |
Converts a banded matrix to a general matrix.
| |
| ToGeneralMatrix(FloatComplexLowerTriMatrix) |
Converts a triangular matrix to a general matrix.
| |
| ToGeneralMatrix(FloatComplexTriDiagMatrix) |
Converts a tridiagonal matrix to a general matrix.
| |
| ToGeneralMatrix(FloatComplexUpperTriMatrix) |
Converts a triangular matrix to a general matrix.
| |
| ToGeneralMatrix(FloatHermitianBandMatrix) |
Converts an Hermitian banded matrix to a general matrix.
| |
| ToGeneralMatrix(FloatHermitianMatrix) |
Converts a symmetric matrix to a general matrix.
| |
| ToGeneralMatrix(FloatLowerTriMatrix) |
Converts a triangular matrix to a general matrix.
| |
| ToGeneralMatrix(FloatSymBandMatrix) |
Converts a symmetric banded matrix to a general matrix.
| |
| ToGeneralMatrix(FloatSymmetricMatrix) |
Converts a symmetric matrix to a general matrix.
| |
| ToGeneralMatrix(FloatTriDiagMatrix) |
Converts a tridiagonal matrix to a general matrix.
| |
| ToGeneralMatrix(FloatUpperTriMatrix) |
Converts a triangular matrix to a general matrix.
|