Test eigen converts slices of 3d arrays correctly

This commit is contained in:
Ben North
2016-07-05 21:03:19 +01:00
parent 3e0e779322
commit 7b8d9e0246
2 changed files with 14 additions and 0 deletions

View File

@@ -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