pub fn surface_flat<X, Y, Z>(x: X, y: Y, z: Z, rowlen: usize) -> Surfacewhere X: IntoIterator<Item = f64>, Y: IntoIterator<Item = f64>, Z: IntoIterator<Item = f64>,
Create a new Surface from flattened, column-major iterators over coordinate data with row length rowlen.
Surface
rowlen
Panics if rowlen == 0.
rowlen == 0