Closed genya0407 closed 7 years ago
inplace flag doesn't seem to work with functions defined in Numo::GSL::Sf.
inplace
na = Numo::DFloat.new(3).fill 100 Numo::GSL::Sf.log_abs na.inplace p na # => [100.0, 100.0, 100.0]
fixed: https://github.com/ruby-numo/gsl/commit/12d1d03a48e951c08445c301bd9c339688244b5c
inplace
flag doesn't seem to work with functions defined in Numo::GSL::Sf.