Next:
Array functions
Up:
Global functions
Previous:
Global functions
Contents
Index
Reduction functions
double
max
( array
x
)
double
min
( array
x
)
double
sum
( array
x
)
bool
all
( array
x
) return true is all of x[i] are nonzero
bool
any
( array
x
) return true if any x[i] are nonzero