#include <AbsFNonLinearSolver.hpp>
Inheritance diagram for AbsFNonLinearSolver:
Purpose: Abstract Tornado1 NonLinear Solver Abstract of NonLinear Solver Used to solve a set of NonLinearized differential equations,.... Some restoration are of the style: A * newImage = oldImage newImage could be X, and oldImagecould be b.
Public Methods | |
virtual | ~AbsFNonLinearSolver () |
virtual void | init () |
virtual FloatVector * | solve (AbsFObjectiveFn *fn, FloatVector *x=0)=0 |