We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cae892 commit 83302ceCopy full SHA for 83302ce
README.md
@@ -40,7 +40,7 @@ The NumPy class is a high-level abstraction of NDArray that allows NumSharp to b
40
41
### How to use
42
```cs
43
-using np = NumSharp.Core.NumPy;
+using NumSharp.Core;
44
```
45
46
// create a vector
0 commit comments