UCFD_SPARSE
v1.1
Documentation
Loading...
Searching...
No Matches
inverse.h
Go to the documentation of this file.
1
5
#ifndef INVERSE_H
6
#define INVERSE_H
7
#include "
config.h
"
8
9
15
void
ludcmp
(
int
n,
UCFD_FLOAT
A[n][n]);
16
23
void
lusub
(
int
n,
UCFD_FLOAT
LU[n][n],
UCFD_FLOAT
*b);
24
25
#endif
//INVERSE_H
config.h
Header file for solver configuration.
UCFD_FLOAT
double UCFD_FLOAT
Definition:
config.h:29
lusub
void lusub(UCFD_FLOAT *LU, UCFD_FLOAT *b)
Forward/Backward substitution function.
Definition:
inverse.c:75
ludcmp
void ludcmp(UCFD_FLOAT *A)
LU Decomposition function.
Definition:
inverse.c:37
src
lusgs
include
inverse.h
Generated by
1.9.5