CR2RE Pipeline Reference Manual 1.6.8
Functions
hdrl_solve

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

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

Definition at line 49 of file hdrl_cat_solve.c.

Referenced by hdrl_polynm().