Helper struct representing the result of a growth step. More...
#include <ctm.h>
Public Member Functions | |
GrowthResult | operator+ (GrowthResult const &other) const |
Adds two GrowthResult structs together. More... | |
GrowthResult & | operator+= (GrowthResult const &other) |
Adds two GrowthResult structs together. More... | |
Public Attributes | |
SRDef | sv1_change = 0. |
accumulated change in the first singular value. More... | |
SRDef | trunc_error = 0. |
accumulated truncation error. More... | |
Helper struct representing the result of a growth step.