Method: CArray#stats_min_index

Defined in:
lib/carray-gsl/core.rb

#stats_min_indexObject



552
553
554
555
556
# File 'lib/carray-gsl/core.rb', line 552

def stats_min_index
  attach {
    return GSL::Stats.min_index(self.gv)
  }
end