Seamless operability between C++11 and Python
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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 |
|
[[ 1. 2. 3.] |
|
[ 4. 5. 6.]] |
|
Value constructor: Creating a 2x3 matrix |
|
1.0 2.0 3.0 |
|
4.0 5.0 6.0 |
|
Freeing a 2x3 matrix |
|
Freeing a 5x5 matrix
|
|
|