EMatrix

EMatrix is a lightweight matrix library developed in C++.
Download

EMatrix Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Andy Douglas
  • Publisher web site:

EMatrix Tags


EMatrix Description

EMatrix is a lightweight matrix library developed in C++. EMatrix is a lightweight matrix library developed in C++. EMatrix is designed to help solve engineering problems requiring linear algebra. EMatrix is OS independent and is fairly portable.EMatrix overloads the addition, subtraction and multiplication operators after the standard mathematical definitions, including scalar multiplication and the unary sign operators.Additional operator overloading extends the library compatibility to that of the Octave syntax as well as other matrix laboratories. The goal of the library is for the user to translate an equation like the following Kalman filter covariance update equation into C++ of a similar form.EMatrix supports all C++ primitive types as well as the type from the C++ standard library. The library supports both C++ and FORTRAN indexing of matrices; i.e. A(1,2) == A.However, the memory storage of elements is row-wise as in C++. Calls to the Lapack library are transparent to the user and account for the differences in storage between C++ and FORTRAN either explicitly by transposing matrices when necessary or implicitly by solving a different algebraic problem that yields the desired solution.What's New in This Release:· Added matrix inversion and determinant routines via Lapack.· Made matrix transpose compliant with complex numbers.


EMatrix Related Software