createSpatioTemporalSignalFromGrid

public static SpatialTemporalSignal<T> createSpatioTemporalSignalFromGrid<T>(int rowLength, int columnLength, double start, double dt, double end, BiFunction<Double, Pair<Integer, Integer>, T> f)