Closed penguian closed 2 years ago
Rather than having a single default truncation for all multivector classes, make it depend on the scalar type. Specifically, set the default truncation as follows:
default_truncation = std::numeric_limits<Scalar_T>::epsilon()
Branch issue-28-Make_default_truncation_depend_on_scalar_type created!
Closed by merge #31
Rather than having a single default truncation for all multivector classes, make it depend on the scalar type. Specifically, set the default truncation as follows: