Header file for LU Decomposition/Substitution. More...
Go to the source code of this file.
Functions | |
void | ludcmp (int n, double *A) |
LU Decomposition function. More... | |
void | lusubst (int n, double *LU, double *b) |
Forward/Backward Substitution function. More... | |
Header file for LU Decomposition/Substitution.
Definition in file inverse.h.
void ludcmp | ( | int | n, |
double * | A | ||
) |
void lusubst | ( | int | n, |
double * | LU, | ||
double * | b | ||
) |