solver.hpp
Go to the documentation of this file.
Geometry definition
Basis for matrix implementations.
virtual void solve(const class Problem &p, Vector &X)=0
Solve problem p. Initial guess and solution are in vector X.
Abstract base class for solving linear and nonlinear problems. Different implementation may exist...
Definition: solver.hpp:56
N-dimensional vector.