I had a af::array and need to acess the value in a row, like z(8), e.g. But, when i try to do this, in a loop with a incremental i, the compiler returns
cannot convert from 'af::array::array_proxy' to 'double'
Someone knows how can I acess the value inside the array? Thanks.