Contents

init(method:options:)

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

Declaration

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

Parameters

  • method:

    The iterative method this structure represents.

  • options:

    The options for the method.

See Also

Initializers