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