Luc,
You are correct in noticing that there is no dimensioned array
operators in .afl.
I have worked around this by doing two things:
1. Created the explicit solution for solving a matrix when I needed a
least squares fit to a quadratic equation. I essentially did a
Gaussian Elimination algorithm, and wrote out the equations, then
coded it into .afl.
2. Secondly, you can invoke the JavaScript or VisBasic interpreter
embedded in the Windows operating system by
EnableScript( "jscript");
You can switch between JScript and .afl code all in the same script.
I've also used this approach - it works. Both JS and VBS have
multiple dimensioned arrays.
Ed Hoopes
--- In [email protected], "luchetta" <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I am new to AFL, and I am trying to figure out how to use matrices in
> Amibroker. In particular, could anyone point me to a code for inverting
> a matrix?
>
> Thank you very much!
>
> Luc
>