NAME

nreduce - reduces the length of an array axis via an operation

SYNOPSIS

arr.nreduce(n, op)
arr.nreduce(n, op, axis)

DESCRIPTION

reduces the dimensionality of an array axis via an operation

RETURN VALUE

enter return value here

ERRORS

enter exceptions thrown

EXAMPLE

    // this is an example

SEE ALSO

related