Addison Elliott
eb04b2bfa9
Added N-dim submat selection with vectors
...
Currently, to select a submatrix of a N-dimensional matrix, it requires
two lines of code while only one line of code is required if using a 2D
array.
I added functionality to be able to select an N-dim submatrix using a
vector list instead of a Range pointer. This allows initializer lists to
be used for a one-line selection.
2016-12-15 09:16:40 -06:00
..
2016-12-14 03:17:49 +00:00
2016-12-15 09:16:40 -06:00
2016-12-03 13:17:37 +03:00
2016-09-30 15:16:29 +05:30
2016-09-30 15:16:29 +05:30
2016-11-29 01:18:10 +03:00
2016-12-04 03:10:05 +03:00
2016-12-04 03:10:05 +03:00
2016-10-01 10:44:56 +00:00
2016-11-29 01:18:10 +03:00
2016-11-29 01:18:10 +03:00
2016-11-29 01:18:10 +03:00
2016-09-30 15:16:29 +05:30
2016-12-04 03:10:05 +03:00
2016-12-13 10:22:33 +00:00
2016-10-01 10:44:56 +00:00
2016-11-26 03:01:39 +03:00
2016-12-15 13:33:56 +00:00
2016-12-16 12:48:58 +02:00
2016-12-06 20:01:06 +03:00
2016-10-01 15:38:59 +00:00
2016-12-15 15:58:16 +03:00
2016-10-20 16:54:43 +03:00
2016-11-18 12:19:00 +00:00
2016-10-01 10:44:56 +00:00
2016-10-31 13:37:59 +03:00
2016-11-18 14:08:53 +03:00
2016-12-14 17:16:08 +03:00
2016-12-16 12:46:03 +02:00
2016-12-13 10:40:06 +01:00
2016-10-01 10:44:56 +00:00
2016-11-08 13:03:22 +01:00
2016-09-30 15:16:29 +05:30
2014-08-05 20:12:35 +04:00