UCFD_SPARSE
v1.0
Documentation
Loading...
Searching...
No Matches
inverse.h
Go to the documentation of this file.
1
#ifndef INVERSE_H
2
#define INVERSE_H
3
14
void
ludcmp
(
int
n,
double
*A);
15
22
void
lusubst
(
int
n,
double
*LU,
double
*b);
23
24
25
#endif
//INVERSE_H
lusubst
void lusubst(int n, double *LU, double *b)
Forward/Backward Substitution function.
Definition:
inverse.c:73
ludcmp
void ludcmp(int n, double *A)
LU Decomposition function.
Definition:
inverse.c:34
src
inverse.h
Generated by
1.9.5