|
High-Level Data Reduction Library 1.6.0
High-Level data reduction routines for ESO pipelines
|
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. | |
Use Gauss-Jordan elimination to solve ax=b.
| cpl_error_code hdrl_solve | ( | double | a[25][25], |
| double | b[25], | ||
| cpl_size | m | ||
| ) |
Use Gauss-Jordan elimination to solve ax=b.
| a | Input matrix |
| b | Input vector |
| m | rank of matrix |
Description: Use Gauss-Jordan elimination to solve ax=b Standard algorithm