Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

fgcalc.h

Go to the documentation of this file.
00001 #define NUMBER float
00002 
00003 int fgcalc(MPI_Comm comm, float *volsph, Vec3i volsize, int nnz, 
00004            int nrays    , Vec3i  origin, int        ri, int *ptrs, 
00005            int *cord    , float *angtrs, int      nang, float *rhs, 
00006            float     aba, NUMBER  *fval, float   *grad, char *fname_base);
00007 
00008 int fcalc(float *volsph, Vec3i volsize, 
00009            int nnz, int nrays, Vec3i origin, int ri, 
00010            int *ptrs, int *cord, float *angtrs, int nang, 
00011           float *rhs, NUMBER *fval);

Generated on Tue Jun 11 13:46:14 2013 for EMAN2 by  doxygen 1.3.9.1