Header file for LU Decomposition/Substitution. More...
#include "config.h"
Go to the source code of this file.
Functions | |
| void | ludcmp (int n, UCFD_FLOAT A[n][n]) |
| LU Decomposition function. More... | |
| void | lusub (int n, UCFD_FLOAT LU[n][n], UCFD_FLOAT *b) |
| Forward/Backward Substitution function. More... | |
Header file for LU Decomposition/Substitution.
Definition in file inverse.h.
| void ludcmp | ( | int | n, |
| UCFD_FLOAT | A[n][n] | ||
| ) |
| void lusub | ( | int | n, |
| UCFD_FLOAT | LU[n][n], | ||
| UCFD_FLOAT * | b | ||
| ) |