toArray

public Array<Array<Array<double>>> toArray(ToDoubleFunction<T> f)

Returns a 3d-array from a conversion-to-double function

Return

a 3d-double-array of [locations][time point][value]

Parameters

f

function to transform the type of the array T to Double