RcdMathLib_doc
Open Source Library for Linear and Non-linear Algebra
SOLVE_LINEAR_EQUATIONS

Enables to solve systems of linear equations Ax = b for x. More...

Files

file  solve.h
 Enables to solve systems of linear equations Ax = b for x.
 

Detailed Description

Enables to solve systems of linear equations Ax = b for x.

The user can select various algorithm such as the Moore–Penrose inverse, the Givens or the Householder algorithm for the QR-decomposition to solve the systems of linear equations.

Author
Zakaria Kasmi