MPSQUARK / BAVCL

Hardware-accelerated Vector Compute Library for .NET Containing Quality of life improvements and functionality intended for data science, graphical processing and GPGPU.
Other
10 stars 2 forks source link

Ability To AccessRow/Column as Array #15

Closed MPSQUARK closed 3 years ago

MPSQUARK commented 3 years ago

Currently calling AccessRow or AccessColumn returns a new Vector. Making a new Vector object is slow as it needs to be cached, sometimes the user just wants the raw data, hence AsArray option needs to be added.

MPSQUARK commented 3 years ago

Complete