What is the cleanest way to turn a Vector of vectors of unboxed doubles into a repa Array U DIM2 Double
?
The most obvious way is to concatenate all the unboxed vectors into one and pass it to fromUnboxed, but that feels a bit clumsy. Is there a better alternative?