init(structure:data:)
Creates a sparse matrix with the specified structure that contains double-precision values.
Declaration
init(structure: SparseMatrixStructure, data: UnsafeMutablePointer<Double>)Creates a sparse matrix with the specified structure that contains double-precision values.
init(structure: SparseMatrixStructure, data: UnsafeMutablePointer<Double>)