Macro metaheuristics_nature::zeros[][src]

macro_rules! zeros {
    () => { ... };
    ($w:expr $(, $h:expr)* $(,)?) => { ... };
}

Make a multi-dimension array of the floating point zeros.