to discuss : made LocalParametrizationQuaternion template & use partial specialization
Since LocalParametrizationQuaternion
private member delta_reference_
is set at instantiation, does not change and is used to specialize computation it is better to use a template partial specialization scheme.
If having the empty template bracket when using the default value DQ_GLOBAL
is a killer, we can always consider typedef.
Merge request reports
Activity
Filter activity
Added Optimization label
Added 1 commit:
- caff6b08 - made LocalParametrizationQuaternion template & use partial specialization
Mentioned in issue #18 (closed)
Mentioned in commit c7f68315
Please register or sign in to reply