Parent Directory
|
Revision Log
|
Patch
revision 1822 by artak, Tue Sep 30 05:58:06 2008 UTC | revision 1823 by artak, Wed Oct 1 05:56:05 2008 UTC | |
---|---|---|
# | Line 65 struct Paso_Solver_GS { | Line 65 struct Paso_Solver_GS { |
65 | double* diag; | double* diag; |
66 | Paso_SparseMatrix * factors; | Paso_SparseMatrix * factors; |
67 | Paso_Pattern* pattern; | Paso_Pattern* pattern; |
68 | dim_t sweeps; | |
69 | double* x_old; | |
70 | }; | }; |
71 | typedef struct Paso_Solver_GS Paso_Solver_GS; | typedef struct Paso_Solver_GS Paso_Solver_GS; |
72 |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |