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.
LinearSpaceElementPartial result after n iterations.