Skip to content

[bugfix] multiply by field_type instead of value_type

Martin Nolte requested to merge bugfix/multiply-is-scalar into master

The proper vector space operation is multiplication by a scalar, not by a vector component.

Merge request reports