patgrasso 014e0e3ec0 Introduce reshape() to utils.array
`reshape()` takes an n-d array and a list of sizes for each dimension,
and fits the data into the specified shape. If the product of the sizes
of the new dimensions does not match that of the old, a DimensionError
is thrown.
2016-10-15 20:36:23 -04:00
..
2016-10-15 20:36:23 -04:00
2015-07-18 13:22:38 +02:00
2015-07-18 13:22:38 +02:00
2015-07-18 13:22:38 +02:00
2015-12-25 01:02:48 -08:00
2015-08-13 14:23:30 -07:00