<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "Accelerate",
  "identifier" : "/documentation/Accelerate/SparseIterativeMethod/init(method:options:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "Accelerate"
    ],
    "preciseIdentifier" : "s:So21SparseIterativeMethoda6method7optionsABs5Int32V_AB016__Unnamed_union_E0Vtcfc"
  },
  "title" : "init(method:options:)"
}
-->

# init(method:options:)

Returns a new iterative method structure with the specified method and options.

```
init(method: Int32, options: SparseIterativeMethod.__Unnamed_union_options)
```

## Parameters

`method`

The iterative method this structure represents.

`options`

The options for the method.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)