Ciao,
I'm trying to convert to Python an existing program written in VB and I cannot find out an equivalent way to translate a Private Type description which includes another type and the relevant matrix. I was thinking that some Lists and Classes can do the job, but the result is really different and I can't find a way to insert unknown quantity of data inside a structure like an array of matrices. Could you please give me some hints ? Thanks a lot in advance.
I'm trying to convert to Python an existing program written in VB and I cannot find out an equivalent way to translate a Private Type description which includes another type and the relevant matrix. I was thinking that some Lists and Classes can do the job, but the result is really different and I can't find a way to insert unknown quantity of data inside a structure like an array of matrices. Could you please give me some hints ? Thanks a lot in advance.
Comment