SparseConvertFromOpaque(_:)
Converts an opaque matrix of complex float 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_float_complex) -> SparseMatrix_Complex_FloatParameters
- matrix:
The matrix to be converted.