11-23-2005 03:45 AM
11-23-2005 03:51 AM
Hi larson
You should clearify how you want to multiply them. There are different ways to multiply two matrixes with each other.
Thomas
11-23-2005 06:12 AM
11-23-2005 06:33 AM
11-23-2005 06:34 AM
11-23-2005 06:40 AM
11-23-2005 06:50 AM
11-23-2005 06:58 AM
11-23-2005 12:59 PM
@Nomis wrote:
On my system (P4, 2.6GHz, 1GB Ram Win2K), the example runs in 19 seconds in LV7.0 but in 7.1 it runs in 300mS!
No idea why - perhaps the AxB function was rewritten for 7.1
Yes the matrix operations got a big makeover in LabVIEW 7.1 and are MUCH faster as demonstrated here.
On my 1.6GHz PentiumM laptop, the difference is not that big, but still about 10x.
Time to upgrade! 😄
11-24-2005 02:11 AM
Ok!
I agree with altenbach, is time to upgrade!
But i want to ask you if it would be better to multiply this kind of arrays with formula node. I don't know if it's better and faster because C language doesn't work with matrix, for this reason to multiply two arrays you have to do one for strucutre inside another for strcuture, don't you?
Anyone can tell me if it's better and faster multiply arrays with AxB.vi block o formula node block (C language)??
Thank you very much for all your replies.
Larson