Ejemplo n.º 1
0
 protected override Array Load(Stream s)
 {
     return(NpyFormat.LoadMatrix(s));
 }