GradedContainer.hh
Go to the documentation of this file.
GradedContainer()
Default Constructor.
Definition: GradedContainer.hh:26
GradedContainer(Container_< Value_ > const &container, Value_ scalar)
Constructor accepting a Container and a Scalar.
Definition: GradedContainer.hh:31
Definition: GradedContainer.hh:234
Definition: GradedContainer.hh:173
Container_< Value_ > & Container()
Accessor of Container.
Definition: GradedContainer.hh:86
Container_< Value_ > const & Container() const
Getter for Container.
Definition: GradedContainer.hh:78
Container_< Value_ > const & Vector() const
Getter for Vector.
Definition: GradedContainer.hh:197
GradedMatrix & operator+=(GradedMatrix const &graded_container)
Addition.
Definition: GradedContainer.hh:273
std::string Stream(Value const &message, int width=20, bool right=false)
Definition: Debug.hh:48
void Set(Container_< Value_ > const &container, Value_ scalar)
Set Container and Scalar.
Definition: GradedContainer.hh:46
GradedMatrix & operator-=(GradedMatrix const &graded_container)
Substraction.
Definition: GradedContainer.hh:283
Container_< double > Normalize() const
Quotient.
Definition: GradedContainer.hh:125
Value_ const & Scalar() const
Getter for Scalar.
Definition: GradedContainer.hh:94
GradedVector & operator+=(GradedVector const &graded_container)
Addiition.
Definition: GradedContainer.hh:212
Value_ & Scalar()
Accessor for Scalar.
Definition: GradedContainer.hh:102
Container_< Value_ > & Vector()
Accessor for Vector.
Definition: GradedContainer.hh:189
bool operator<(GradedContainer const &graded_container) const
Less than comparison.
Definition: GradedContainer.hh:140
Container_< Value_ > const & Matrix() const
Getter for Matrix.
Definition: GradedContainer.hh:258
bool operator==(GradedContainer const &graded_container) const
Equallity comparison.
Definition: GradedContainer.hh:148
GradedVector & operator-=(GradedVector const &graded_container)
Substraction.
Definition: GradedContainer.hh:222
Container_< Value_ > & Matrix()
Accessor for Matrix.
Definition: GradedContainer.hh:250
void Set(Container_< Value_ > const &container)
Set Container.
Definition: GradedContainer.hh:55
friend auto & operator<<(std::ostream &stream, GradedContainer const &graded_container)
Output stream operator.
Definition: GradedContainer.hh:156