Hello,
this is my first time using AGLIB. I'm very grateful for its existence, since other math libraries cost money.
That said I need to get it to work first.
I have a project where I need to solve for many parametric equations simultaneously. My plan is to use rmatrixsolve in the solvers.cs file. I've included it into my project. When I try to debug, the compiler is overwhelmed with more than a hundred errors from solvers.cs, all of them the same:
"The type or namespace 'complex' could not be found..."
I've included the dll aglib2 into my project. Also linalg.cs just in case. This hasn't resolved the problem.
Thanks,
Ben
|