A distributed nested vector library for Scala.
A good question.
The long answer lies here.
The short answer however, is that nested vectors are a data structure meant for data parallel computing. They can be used as equivalent to 1D or 2D arrays, but that just scratches the surface of their power.
For now, you'll have to be content with the link above. As time allows (and as I build functionality), more will appear here.