High-Level Data Reduction Library 1.6.0
High-Level data reduction routines for ESO pipelines
Loading...
Searching...
No Matches
hdrl_solve

Use Gauss-Jordan elimination to solve ax=b. More...

Collaboration diagram for hdrl_solve:

Functions

cpl_error_code hdrl_solve (double a[25][25], double b[25], cpl_size m)
 Use Gauss-Jordan elimination to solve ax=b.
 

Detailed Description

Use Gauss-Jordan elimination to solve ax=b.

Function Documentation

◆ hdrl_solve()

cpl_error_code hdrl_solve ( double  a[25][25],
double  b[25],
cpl_size  m 
)

Use Gauss-Jordan elimination to solve ax=b.

Parameters
aInput matrix
bInput vector
mrank of matrix
Returns
CPL_ERROR_NONE if all went well (Currently it's the only value).

Description: Use Gauss-Jordan elimination to solve ax=b Standard algorithm