Command: Max

NEST HelpDesk Command Index NEST Quick Reference

Name:
 Max - returns the largest element of an array
Synopsis:
 array Max -> max element
Parameters:
 array
Description:
  This function finds the largest element in a list, DoubleVector or IntVector. To process
  heterogeneous arrays, the operator gt must be supported between any pair of objects in
  the list.

Examples:
 [8 4 3 6 9 5] Max --> 9
Remarks:
 Replacess arr::Max in future versions.
Author:
 Gewaltig
FirstVersion:
 2008.2.12 (Diesmann)
References:
   [1] The Mathematica Book "Max"
SeeAlso:Min Sort
Source:
 /home/abuild/rpmbuild/BUILD/nest-2.4.1/lib/sli/mathematica.sli

NEST HelpDesk Command Index NEST Quick Reference

© 2000-2010 The NEST Initiative