45 #ifdef ENABLE_CONSISTENCY_CHECKS DVectorBase< Real > & operator=(const VectorBase< Real > &vec)
Assignment operator.
bool isConsistent() const
Consistency check.
SSVector thedelta
update vector
Real theval
update multiplicator
int dim() const
Dimension of VectorBase.
Dense vector with semi-sparse vector for updates.
Dense vector with semi-sparse vector for updatesIn many algorithms vectors are updated in every itera...
bool isConsistent() const
consistency check.
int dim() const
Dimension of vector.
Everything should be within this namespace.
UpdateVector(int p_dim, Real p_eps)
default constructor.
bool isConsistent() const
#define MSGinconsistent(name)
UpdateVector & operator=(const DVector &rhs)
assignment from DVector