Home | About | FAQ | Install | Documentation | To Do | Download | Related Links |
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include "meml.h"
#include "umfpack.h"
Functions | |
VECTOR * | disl_umfpack (const ME_MATRIX *A, const VECTOR *b) |
void | disl_solve_upper_right_f (const ME_MATRIX *R, const VECTOR *b, VECTOR *x) |
R x = b. | |
VECTOR * | disl_solve_upper_right (const ME_MATRIX *R, const VECTOR *b) |
R x = b. | |
VECTOR * | disl_LU_solve (const ME_MATRIX *A, const VECTOR *b) |
A x = b. |
|
A x = b.
In this case try SuperLU or a iterative method like gmres. |
|
R x = b.
|
|
R x = b.
|
|
|