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 c865c15 commit c97f079Copy full SHA for c97f079
example_pybind11/readme.md
@@ -6,11 +6,11 @@ $ c++ -O3 -Wall -shared -std=c++11 -undefined dynamic_lookup $(python3 -m pybind
6
```
7
8
For installing the package, go to the directory with the file `setup.py` and run `pip install .`.
9
-Then we can use file `wrap_test.py`.
+Then we can use file `wrap_test.py` to test the installed module.
10
This file has three examples as
11
-1. simple summation function `op.add(3, 2)`,
+1. simple summation function `op.add()`,
12
2. using a function to get ndarray with value as argument, `op.assign_special()`,
13
-3. using a function to get ndarray with value as argument, `op.assign_special_ref().
+3. using a function to get ndarray with value as argument, `op.assign_special_ref()`.
14
15
References
16
===========
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments