Header file for LU decomposition/substitution. More...
#include "config.h"
Go to the source code of this file.
Functions | |
| void | ludcmp (UCFD_FLOAT *A) |
| LU Decomposition function. More... | |
| void | lusub (UCFD_FLOAT *LU, UCFD_FLOAT *b) |
| Forward/Backward substitution function. More... | |
| void | lusubmattrans (UCFD_FLOAT *LU, UCFD_FLOAT *B) |
| Forward/Backward substitution for transposed matrix. More... | |
Header file for LU decomposition/substitution.
Definition in file inverse.h.
| void ludcmp | ( | UCFD_FLOAT * | A | ) |
| void lusub | ( | UCFD_FLOAT * | LU, |
| UCFD_FLOAT * | b | ||
| ) |
| void lusubmattrans | ( | UCFD_FLOAT * | LU, |
| UCFD_FLOAT * | B | ||
| ) |