iarray.zeros# iarray.zeros(shape: Sequence, cfg: Optional[Config] = None, **kwargs) → IArray# Return a new array of given shape and type, filled with zeros. shape, cfg and kwargs are the same than for empty(). Returns The new array. Return type IArray container See also emptyCreate an empty array. onesCreate an array filled with ones.