Function read_array

Source
pub fn read_array<R>(reader: &mut R) -> Result<Array<f64>>
where R: BufRead,
Expand description

Reads an array in npy format from a reader.

The stream is assumed to be positioned at the start.