I need to multiply some big (possibly 1000 X 7) rectangular(2d) arrays, and also find the inverse of the resultant array... is there a VB function that I could easily do this with?
I THINK it would follow along the lines of:
multiply(double a[][],double b[][])
inverse(double a[][])
Any help is great.
I THINK it would follow along the lines of:
multiply(double a[][],double b[][])
inverse(double a[][])
Any help is great.