Lagrange
|
Options for welding indexed attributes. More...
#include <lagrange/weld_indexed_attribute.h>
Public Attributes | |
std::optional< double > | epsilon_rel |
If set, values whose relative difference (in L-inf norm) is less than epsilon are merged together. More... | |
std::optional< double > | epsilon_abs |
If set, values whose absolute difference (in L-inf norm) is less than epsilon are merged together. More... | |
Options for welding indexed attributes.
std::optional<double> epsilon_rel |
If set, values whose relative difference (in L-inf norm) is less than epsilon are merged together.
If no absolute precision is set, a default absolute precision is used. Otherwise both are used together.
std::optional<double> epsilon_abs |
If set, values whose absolute difference (in L-inf norm) is less than epsilon are merged together.
If no relative precision is set, a default relative precision is used. Otherwise both are used together.