42 return resid.
rms() / b.
rms();
virtual void multiply(vnl_vector< double > const &x, vnl_vector< double > &y) const =0
Compute A*x, putting result in y.
virtual void get_rhs(vnl_vector< double > &b) const =0
double get_relative_residual(vnl_vector< double > const &x) const
Compute relative residual (|Ax - b| / |b| )for parameter vector x.
abs_t rms() const
Root Mean Squares of values.
size_t size() const
Return the length, number of elements, dimension of this vector.
double get_rms_error(vnl_vector< double > const &x) const
Compute rms error for parameter vector x.
virtual void apply_preconditioner(vnl_vector< double > const &x, vnl_vector< double > &px) const
virtual ~vnl_linear_system()
Abstraction for a linear system of equations.