Method: CArray#stats_max

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

#stats_maxObject



528
529
530
531
532
# File 'lib/carray-gsl/core.rb', line 528

def stats_max 
  attach {
    return GSL::Stats.max(self.gv)
  }
end