ocmath_RenkaCline_Struct

 

Name

ocmath_RenkaCline_Struct

Description

Declaration

typedef struct{
        int exit_status;
        double *x;
        double *y;
        double *f;
        int np;

        int *iadj;
        int *iend;
        double *zxzy;

        double dXScale;
        double dYScale;
} ocmath_RenkaCline_Struct;

Members

exit_status
specifies the status of calling ocmath_2d_scat_interpolant()
x
the position and the value of the scattering points
y
f
np
the number of scatter points
iadj
iend
zxzy
dXScale
dYScale

Remark

Examples

Header to Included

wks2mat.h

See Also

Reference