SparseConvertFromOpaque(_:)
Converts an opaque matrix of complex double values object to a transparent sparse matrix object. When you are done with this matrix, release the memory that has been allocated by calling SparseCleanup on it.
Declaration
func SparseConvertFromOpaque(_ matrix: sparse_matrix_double_complex) -> SparseMatrix_Complex_DoubleParameters
- matrix:
The matrix to be converted.