isaar / MSolve

Open source numerical solver for computational mechanics problems
Apache License 2.0
18 stars 26 forks source link

Linear Algebra library #87

Closed SerafeimBakalakos closed 5 years ago

SerafeimBakalakos commented 6 years ago

The existing features are too limited to work with efficiently.

SerafeimBakalakos commented 5 years ago

The linear algebra library should be able to work both by calling native dll files (such as Intel MKL) and without depending on them, albeit not as efficiently.

SerafeimBakalakos commented 5 years ago

102 added my linear algebra library was first added and #126 fully replaced all legacy vector and matrix classes with the new ones.