Search Results

Search: Posts Made By: apmcd47
Forum: Programming 09-04-2017
2,885
Posted By apmcd47
I've never used numpy but it looks as though the...
I've never used numpy but it looks as though the ravel function is flattening an n-dimensional array into a 1D array such that
p = [ [a, b, c] [d, e, f] [g, h, i] ]
p.ravel()
[ a, b, c, d, e, f,...
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 11:27 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy