Go to the source code of this file.
Classes | |
class | ResuelveSistemaLineal |
Clase para resolución del sistema lineal. More... | |
Macros | |
#define | CGM 0 |
#define | FACT_LU 1 |
#define | GAUSSSEIDEL 2 |
#define | INVERSA 3 |
#define | JACOBI 4 |
#define | TRIDIAGONAL 5 |
#define | FACT_CHOLESKI 6 |
#define | REQUIERE_MAT_BAND 0 |
#define | REQUIERE_MAT_DISP 1 |
#define | REQUIERE_MAT_DENS 2 |
#define CGM 0 |
#define FACT_CHOLESKI 6 |
#define FACT_LU 1 |
#define GAUSSSEIDEL 2 |
#define INVERSA 3 |
#define JACOBI 4 |
#define REQUIERE_MAT_BAND 0 |
#define REQUIERE_MAT_DENS 2 |
#define REQUIERE_MAT_DISP 1 |
#define TRIDIAGONAL 5 |