Method: CArray#stats_minmax_index
- Defined in:
- lib/carray-gsl/core.rb
#stats_minmax_index ⇒ Object
558 559 560 561 562 |
# File 'lib/carray-gsl/core.rb', line 558 def stats_minmax_index attach { return GSL::Stats.minmax_index(self.gv) } end |