Click or drag to resize

NMathFunctionsToGeneralMatrix Method

Overload List
 NameDescription
Public methodStatic memberToGeneralMatrix(DoubleBandMatrix) Converts a banded matrix to a general matrix.
Public methodStatic memberToGeneralMatrix(DoubleComplexBandMatrix) Converts a banded matrix to a general matrix.
Public methodStatic memberToGeneralMatrix(DoubleComplexLowerTriMatrix) Converts a triangular matrix to a general matrix.
Public methodStatic memberToGeneralMatrix(DoubleComplexTriDiagMatrix) Converts a tridiagonal matrix to a general matrix.
Public methodStatic memberToGeneralMatrix(DoubleComplexUpperTriMatrix) Converts a triangular matrix to a general matrix.
Public methodStatic memberToGeneralMatrix(DoubleHermCsrSparseMatrix) Converts a sparse Hermitian matrix in compressed row (CSR) to a general sparse matrix in CSR format.
Public methodStatic memberToGeneralMatrix(DoubleHermitianBandMatrix) Converts an Hermitian banded matrix to a general matrix.
Public methodStatic memberToGeneralMatrix(DoubleHermitianMatrix) Converts a symmetric matrix to a general matrix.
Public methodStatic memberToGeneralMatrix(DoubleLowerTriMatrix) Converts a triangular matrix to a general matrix.
Public methodStatic memberToGeneralMatrix(DoubleSymBandMatrix) Converts a symmetric banded matrix to a general matrix.
Public methodStatic memberToGeneralMatrix(DoubleSymCsrSparseMatrix) Converts a sparse symmetric matrix in compressed row (CSR) to a general sparse matrix in CSR format.
Public methodStatic memberToGeneralMatrix(DoubleSymmetricMatrix) Converts a symmetric matrix to a general matrix.
Public methodStatic memberToGeneralMatrix(DoubleTriDiagMatrix) Converts a tridiagonal matrix to a general matrix.
Public methodStatic memberToGeneralMatrix(DoubleUpperTriMatrix) Converts a triangular matrix to a general matrix.
Public methodStatic memberToGeneralMatrix(FloatBandMatrix) Converts a banded matrix to a general matrix.
Public methodStatic memberToGeneralMatrix(FloatComplexBandMatrix) Converts a banded matrix to a general matrix.
Public methodStatic memberToGeneralMatrix(FloatComplexLowerTriMatrix) Converts a triangular matrix to a general matrix.
Public methodStatic memberToGeneralMatrix(FloatComplexTriDiagMatrix) Converts a tridiagonal matrix to a general matrix.
Public methodStatic memberToGeneralMatrix(FloatComplexUpperTriMatrix) Converts a triangular matrix to a general matrix.
Public methodStatic memberToGeneralMatrix(FloatHermCsrSparseMatrix) Converts a sparse Hermitian matrix in compressed row (CSR) to a general sparse matrix in CSR format.
Public methodStatic memberToGeneralMatrix(FloatHermitianBandMatrix) Converts an Hermitian banded matrix to a general matrix.
Public methodStatic memberToGeneralMatrix(FloatHermitianMatrix) Converts a symmetric matrix to a general matrix.
Public methodStatic memberToGeneralMatrix(FloatLowerTriMatrix) Converts a triangular matrix to a general matrix.
Public methodStatic memberToGeneralMatrix(FloatSymBandMatrix) Converts a symmetric banded matrix to a general matrix.
Public methodStatic memberToGeneralMatrix(FloatSymCsrSparseMatrix) Converts a sparse symmetric matrix in compressed row (CSR) to a general sparse matrix in CSR format.
Public methodStatic memberToGeneralMatrix(FloatSymmetricMatrix) Converts a symmetric matrix to a general matrix.
Public methodStatic memberToGeneralMatrix(FloatTriDiagMatrix) Converts a tridiagonal matrix to a general matrix.
Public methodStatic memberToGeneralMatrix(FloatUpperTriMatrix) Converts a triangular matrix to a general matrix.
Top
See Also