albert-espin / overdetermined-equations

Numerical Algorithms for solving Overdetermined Equation Systems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Numerical Algorithms for solving Overdetermined Equation Systems

The programs of this repository can solve overdetermined linear equations systems, namely some particular cases and techniques are explorer:

  • Triangular equation systems ("triangular_systems.c").
  • LDLt decomposition method ("LDLt_decomposition.c").
  • Normal equation systems ("normal_equations.c").
Programming language C
Language English (variables and functions), Catalan (comments)
Author Albert Espín
Date Q4 2015
License MIT

About

Numerical Algorithms for solving Overdetermined Equation Systems

License:MIT License


Languages

Language:C 100.0%