pub fn full<T: Element, D: Dimension>(
dim: D,
fill_value: T,
) -> FerrayResult<Array<T, D>>Expand description
Create an array filled with a given value.
Analogous to numpy.full().
pub fn full<T: Element, D: Dimension>(
dim: D,
fill_value: T,
) -> FerrayResult<Array<T, D>>Create an array filled with a given value.
Analogous to numpy.full().