peeyush-tm / django-cube

Automatically exported from code.google.com/p/django-cube
GNU General Public License v3.0
1 stars 0 forks source link

operations on cubes + / - * #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
would be nice to do only :

cube = cube1 * cube2

then :

cube.measure() = cube1.measure() * cube2.measure()

Works only if cube1.dimensions = cube2.dimensions

Original issue reported on code.google.com by seb...@gmail.com on 11 Jun 2010 at 12:52

GoogleCodeExporter commented 9 years ago
Thinking of more sophisticated operations on cube that have different 
dimensions and identical dimensions. The last ones would be merged, while the 
dimensions that are different would all be dimensions of the cube created via 
the arithmetical operation.

Original comment by seb...@gmail.com on 14 Jun 2010 at 6:22

GoogleCodeExporter commented 9 years ago
It's not worth the work

Original comment by seb...@gmail.com on 16 Sep 2010 at 1:45