Go to the documentation of this file.
25 virtual std::ostream&
info(std::ostream& os)
const;
37 #endif // nrlSolver_hh
virtual const Space< Real > & spaceX() const
const Space< Real > & spcY_
Source space.
virtual void operator()(const Function< Real > &fncY, Function< Real > &fncX)
const Space< Real > & spcX_
Image space.
NRLSolver(const SparseMatrix< Real > &A)
virtual const Space< Real > & spaceY() const
Abstract class for an operator.
const uint n_
System size.
virtual std::ostream & info(std::ostream &os) const
void operator()(const Vector< Real > &fncY, Vector< Real > &fncX)
Basic namespace for Concepts-2.