penguian / glucat

GluCat: Clifford algebra templates
http://glucat.sourceforge.net/
Other
19 stars 6 forks source link

Make default truncation depend on scalar type #28

Closed penguian closed 2 years ago

penguian commented 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()
create-issue-branch[bot] commented 2 years ago

Branch issue-28-Make_default_truncation_depend_on_scalar_type created!

penguian commented 2 years ago

Closed by merge #31