mirror of
https://github.com/pybind/pybind11.git
synced 2026-05-11 17:00:34 +00:00
Test eigen converts slices of 3d arrays correctly
This commit is contained in:
@@ -20,3 +20,9 @@ double_row(first_row) = OK
|
||||
double_col(first_row) = OK
|
||||
double_row(first_col) = OK
|
||||
double_col(first_col) = OK
|
||||
double_mat_cm(0) = OK
|
||||
double_mat_rm(0) = OK
|
||||
double_mat_cm(1) = OK
|
||||
double_mat_rm(1) = OK
|
||||
double_mat_cm(2) = OK
|
||||
double_mat_rm(2) = OK
|
||||
|
||||
Reference in New Issue
Block a user