We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbee990 commit 3268d07Copy full SHA for 3268d07
1 file changed
README.md
@@ -20,7 +20,7 @@ Here is a comparison code between NumSharp and NumPy (left is python, right is C
20
* [NDArray Slicing](https://docs.scipy.org/doc/numpy/reference/arrays.indexing.html) and nested/recusive slicing (`nd["-1, ::2"]["1::3, :, 0"]`)
21
* Axis iteration and support in all of our implemented functions.
22
* Full and precise (to numpy) automatic type resolving and conversion (upcasting, downcasting and other cases)
23
-* Non-copy - most cases, similarly to numpy, do not perform copying but returns a view instead.
+* Non-copy - most cases, similarly to numpy, does not perform copying but returns a view instead.
24
* Almost non-effort copy-pasting numpy code from python to C#.
25
26
### Implemented APIs
0 commit comments