You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doing something like let xs = Array::zeros((100, 3));, it's not clear from the API or documentation for zeros what the return type is. Ie. are the elements integer, f64, f32 etc.? It would be good to document this, alongside the right way to construct arrays of zeros with different element datatypes.