[][src]Module autograd::ndarray_ext::array_gen

A collection of array generator functions.

Structs

ArrayRng

Helper structure to create ndarrays whose elements are pseudorandom numbers.

Functions

from_scalar

Creates an ndarray object from a scalar.

ones

Creates an ndarray filled with 1s.

zeros

Creates an ndarray filled with 0s.