subVector.hh
virtual Function< F > & operator+=(const Function< F > &fnc)
Addition operator.
A sub vector, defined by another vector and an index set.
Definition: subVector.hh:28
virtual Function< F > & operator=(const Function< F > &fnc)
Assignment operator.
Set with operations, output operator, and method of the particular element types.
Definition: traces.hh:18
Definition: spaceSet.hh:17
#define conceptsAssert(cond, exc)
Assert that a certain condition is fulfilled.
Definition: exceptions.hh:394
SubVector(Vector< F > &f, const Set< IndexRange > &indices)
Constructor.
virtual std::ostream & info(std::ostream &os) const
Returns information in an output stream.
virtual Function< F > & operator-=(const Function< F > &fnc)
Subtraction operator.
virtual Function< F > & add(const Function< F > &fnc, F sc)
Adds a times fnc to this function.
#define conceptsAssert3(cond, exc, msg)
Assert that a certain condition is fulfilled.
Definition: exceptions.hh:442
SubVector(const Vector< F > &f, const Set< IndexRange > &indices)