inputs:
two-dimensional array of type Double [][]
mode of operation on array, i.e. row- or column-wise
operator to be applied to array
output:
one-dimensional array of type Double with summarized values
The operator applies the selected operator to each row or column (depending on the chosen operator mode) of the input array. Optionally the time can be measured and verbose output provided.