ocmath_strTPS

 

Name

ocmath_strTPS

Description

Declaration

typedef struct
{
        bool bsucess;
        int nNode;
        double *x;
        double *y;
        double dXScale;
        double dYScale;

        double *coeff;

        int nB;
        double *pbndx;
        double *pbndy;

} ocmath_strTPS;

Members

bsucess
nNode
x
y
dXScale
dYScale
coeff
nB
pbndx
pbndy

Remark

Examples

Header to Included

wks2mat.h

See Also

Reference