Methods Submodule

This submodule contains three base classes: Method, Analytic, and Iterative. The former two base classes are used for the two major families of methods: Analytic and Iterative.

The APIs for these two method families are listed alphabetically under their respective types. The base classes are listed at the end of this document.

Analytic Methods

Iterative Methods

Base Classes