|
[Date Index]
[Thread Index]
[Author Index]
OT arbitrary dimension array for math
- To: mathgroup at smc.vnet.net
- Subject: [mg68512] OT arbitrary dimension array for math
- From: dimitri.ognibene at gmail.com
- Date: Wed, 9 Aug 2006 04:17:55 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Hi,
sorry if OT,
I need some help writing a class implementing operations on arbitrary
dimension array, and be able to apply operation like block extraction,
vector or matrix product , filter (product for a matrix of smaller
dimension, kind of mask)
for arbitrary dimension i mean a class wich at run time can be seen, as
a[]
or a[][]
or a[][][]
or a[][][][]
Becouse I have some algs that are invariant, theoretically on this kind
of structure but don't wont to write a version of them for every
option..
I'm writing the code but it is rather complicated, and so it's cool,
but it could be useful to have some example.
Please if you know any solution, library or example, let me know
Thanks Dimitri
Prev by Date:
Re: MemberQ
Next by Date:
Re: MemberQ
Previous by thread:
Re: How to get the output of Minimize function in x = a format
Next by thread:
Re: How to get the output of Minimize function in x = a format
|