givensRotations.hh
virtual std::ostream & info(std::ostream &os) const
Definition: givensRotations.hh:154
GivensRotations(const concepts::Space< G > &space, const Qmatrix &q, bool transpose)
Definition: givensRotations.hh:35
#define conceptsAssert(cond, exc)
Assert that a certain condition is fulfilled.
Definition: exceptions.hh:394
virtual void operator()(const concepts::Function< F > &fncY, concepts::Function< F > &fncX)
Definition: givensRotations.hh:63
void multiply(const concepts::Matrix< F > &fact, concepts::Matrix< F > &dest) const
Computes fact times Givens and writes the result to dest.
Definition: givensRotations.hh:99
void multiplyFirst(const concepts::Matrix< F > &fact, concepts::Matrix< F > &dest) const
Computes Givens times fact and writes the result to dest.
Definition: givensRotations.hh:127
GivensRotations(uint dim, const Qmatrix &q, bool transpose)
Definition: givensRotations.hh:39