mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-11 08:03:55 +00:00
12 lines
196 B
Plaintext
12 lines
196 B
Plaintext
|
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
|