Arrays can have more than one dimension. For example, the following declaration creates a two-dimensional array of four rows and two columns. [!code-csharp ...
I wonder if it's could be possible to initialize a NDArray with a multi dimensional array without using FromMultiDimArray method and by avoiding memory copy? I thinking about maybe using a unmanaged ...