mirror of
https://github.com/pybind/pybind11.git
synced 2026-06-08 15:29:45 +00:00
Initial commit
This commit is contained in:
11
example/example7.ref
Normal file
11
example/example7.ref
Normal file
@@ -0,0 +1,11 @@
|
||||
Value constructor: Creating a 5x5 matrix
|
||||
0.0
|
||||
4.0
|
||||
[[ 0. 0. 0. 0. 0.]
|
||||
[ 0. 0. 0. 0. 0.]
|
||||
[ 0. 0. 0. 4. 0.]
|
||||
[ 0. 0. 0. 0. 0.]
|
||||
[ 0. 0. 0. 0. 0.]]
|
||||
4.0
|
||||
5.0
|
||||
Freeing a 5x5 matrix
|
||||
Reference in New Issue
Block a user