Callback.__call__¶
- Callback.__call__(iterate)[source]¶
Apply the callback object to result.
- Parameters:
- iterate
LinearSpaceElement
Partial result after n iterations.
- iterate
- Returns:
- None
Apply the callback object to result.
LinearSpaceElement
Partial result after n iterations.