How to get a good Linear Algebra Solver Library to use with Unity?

Hi. I need to find a way to get a decent library of linear algebra solvers to work with Unity effectively and fast. The most ideal thing would be to somehow link TAUCS to Unity so that I can call its functions within C# codes that I use. The thing is I’m not a hardcore programmer neither in Unity nor in C# or else for that matter, just a researcher in desperate need. So I’m not even sure if it’s possible to call a C or C++ library from Unity. Any ideas? Or alternative suggestions to use as linear algebra solvers?

2 Answers

2

It is possible, but you need Unity Pro for that.

As for an other library in .Net doing what you need, I’m afraid I don’t even know what Linear Algebra Solver means, sorry.

This is an old question, but on the off chance anyone finds a need for this in the future, I believe you can look into this:

It is the Solver Foundation Service API. Haven’t had a chance to use it, but if you’re doing linear program solutions, this is probably going to be what you need.