Namespace NumSharp
Classes
Matrix<TData>
NDArray_Legacy<TData>
NDArray<T>
A powerful N-dimensional array object Inspired from https://www.numpy.org/devdocs/user/quickstart.html
NDArrayRandom
NumPy<T>
API bridge between NumSharp and Python NumPy
NumPyExtensions
Shape
Slice
ndarray can be indexed using slicing slice is constructed by start:stop:step notation