1

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?

Rob Agar
  • 12,337
  • 5
  • 48
  • 63

0 Answers0