Hardware-accelerated Vector Compute Library for .NET Containing Quality of life improvements and functionality intended for data science, graphical processing and GPGPU.
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.
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.