Problem(*varargin, **kwargs) | Simple little problem. |
go_trivial() | Here is a trivial way of using this object. |
Inheritance diagram for mmf.async.example:
This file shows how to start a computation server.
Just run this at the python prompt...
Bases: mmf.objects.StateVars
Simple little problem. Takes a function f, and slowly converges to a straight line between the endpoints a and b.
Problem(a=1,
b=2,
abs_tol=1e-05,
f=None,
verbosity=1,
idict=NoCopy({}))
Attributes