I have an array containing 4n bytes (::Array{UInt8,1}) and I want to parse
it into an array of n Float32. What is a sane way of doing this?
- [julia-users] Parse Array of Bytes jw3126
- [julia-users] Re: Parse Array of Bytes David van Leeuwen
I have an array containing 4n bytes (::Array{UInt8,1}) and I want to parse
it into an array of n Float32. What is a sane way of doing this?