pub fn read_array<R>(reader: &mut R) -> Result<Array<f64>>where R: BufRead,
Reads an array in npy format from a reader.
The stream is assumed to be positioned at the start.