neqsim icon indicating copy to clipboard operation
neqsim copied to clipboard

Linear algebra wrapper

Open EvenSol opened this issue 3 years ago • 0 comments

A number of linear algebra libraries are used in NeqSim. The currently most used linear algebra library in NeqSim is EJML (because of speed). Examples of such libraries are JAMA, EJML, ojAlgo, commonMath, etc. To reduce the number of libraries used (eg. standardize on EJML), and make it easy to change to another library, a linear algebra wrapper could be made in NeqSim. This will improve flexibility and reduce number of dependencies.

EvenSol avatar Jan 18 '22 18:01 EvenSol