Data Structures |
class | HMath_Vector |
Variables |
static Standard_Real | EPS_DIM = 1.E-30 |
static Standard_Real | ERROR_ALGEBR_RATIO = 2.0/3.0 |
static Standard_Integer | SUBS_POWER = 32 |
static Standard_Integer | SM = SUBS_POWER*GPM + 1 |
static math_Vector | LGaussW0 (1, GPM) |
static math_Vector | LGaussP1 (1, RealToInt(Ceiling(ERROR_ALGEBR_RATIO *GPM))) |
static math_Vector | LGaussW1 (1, RealToInt(Ceiling(ERROR_ALGEBR_RATIO *GPM))) |
static HMath_Vector | L2 = new math_Vector(1,SM) |
static HMath_Vector | DimL = new math_Vector(1,SM) |
static HMath_Vector | ErrL = new math_Vector(1,SM) |
static HMath_Vector | ErrUL = new math_Vector(1,SM,0.0) |
static HMath_Vector | IxL = new math_Vector(1,SM) |
static HMath_Vector | IyL = new math_Vector(1,SM) |
static HMath_Vector | IzL = new math_Vector(1,SM) |
static HMath_Vector | IxxL = new math_Vector(1,SM) |
static HMath_Vector | IyyL = new math_Vector(1,SM) |
static HMath_Vector | IzzL = new math_Vector(1,SM) |
static HMath_Vector | IxyL = new math_Vector(1,SM) |
static HMath_Vector | IxzL = new math_Vector(1,SM) |
static HMath_Vector | IyzL = new math_Vector(1,SM) |
static math_Vector | UGaussW0 (1, GPM) |
static math_Vector | UGaussP1 (1, RealToInt(Ceiling(ERROR_ALGEBR_RATIO *GPM))) |
static math_Vector | UGaussW1 (1, RealToInt(Ceiling(ERROR_ALGEBR_RATIO *GPM))) |
static HMath_Vector | U2 = new math_Vector(1,SM) |
static HMath_Vector | DimU = new math_Vector(1,SM) |
static HMath_Vector | ErrU = new math_Vector(1,SM,0.0) |
static HMath_Vector | IxU = new math_Vector(1,SM) |
static HMath_Vector | IyU = new math_Vector(1,SM) |
static HMath_Vector | IzU = new math_Vector(1,SM) |
static HMath_Vector | IxxU = new math_Vector(1,SM) |
static HMath_Vector | IyyU = new math_Vector(1,SM) |
static HMath_Vector | IzzU = new math_Vector(1,SM) |
static HMath_Vector | IxyU = new math_Vector(1,SM) |
static HMath_Vector | IxzU = new math_Vector(1,SM) |
static HMath_Vector | IyzU = new math_Vector(1,SM) |