Closed blackwinter closed 9 years ago
numeric / other, where other is a GSL::Vector::Col or GSL::Vector::Int::Col, is calculated without taking numeric into account:
numeric / other
other
GSL::Vector::Col
GSL::Vector::Int::Col
numeric
other.scale(1.0 / GSL.pow_2(other.dnrm2))
Maybe it should look like this instead:
other.scale(self / GSL.pow_2(other.dnrm2))
numeric / other
, whereother
is aGSL::Vector::Col
orGSL::Vector::Int::Col
, is calculated without takingnumeric
into account:Maybe it should look like this instead: