Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Globals | Related Pages

dsdpcg.h

00001 #include "dsdpvec.h"
00002 #if !defined(__DSDP_CG_H) 
00003 #define __DSDP_CG_H
00004 
00008 typedef struct{
00009 
00010   int    setup2;
00011   int    m;
00012 
00013   DSDPVec    Diag;
00014   DSDPVec    RHS2;
00015   DSDPVec    R;
00016   DSDPVec    BR;
00017   DSDPVec    P;
00018 
00019   DSDPVec    BP;
00020   DSDPVec    TTT;
00021 
00022 } DSDPCG;
00023 
00024 
00025 int DSDPCGSetup(DSDPCG*, DSDPVec);
00026 int DSDPCGDestroy(DSDPCG**);
00027 int DSDPCGInitialize(DSDPCG **);
00028 
00029 #endif

Generated on Sat Oct 15 11:05:38 2005 for DSDP by  doxygen 1.4.2