Next: Vectors and super vectors
Up: R. Clapp: Python solver
Previous: INTRODUCTION
A linear inverse system general involves three basic classes.
The vector class is a collector class for a series of numbers.
The operator class is some type of mapping between
vector objects. The solver class does the actual inversion
by calling the operator objects given an initial model and data vector.