/SimpleLinearAlgebra

Linear Algebra library for .NET Framework

Primary LanguageVisual Basic .NETMIT LicenseMIT

SimpleLinearAlgebra

Easy-to-use Linear Algebra library. Forked the linear algebra class from LibOptimization.

appveyor
Build status

Feature

  • implement basic operators(+, -, / and *)
  • implement basic calculation algorithm(Det, Inverse and Transpose etc)