Home
last modified time | relevance | path

Searched defs:linarg (Results 1 – 5 of 5) sorted by relevance

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/tpl/ampl/
H A Dpsinfo.h33 #define linarg linarg2 macro
57 typedef struct linarg linarg; typedef
69 linarg { struct
70 linarg *hnext; /* for hashing */ argument
71 linarg *tnext; /* next linear argument to this term */ argument
72 linarg *lnext; /* for adjusting v->op */ argument
73 la_ref *refs; /* references */
74 expr_v *v; /* variable that evaluates this linear term */
75 ograd *nz; /* the nonzeros */
76 int nnz; /* number of nonzeros (to help hashing) */
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/ampl/
H A Dpsinfo.h33 #define linarg linarg2 macro
57 typedef struct linarg linarg; typedef
69 linarg { struct
70 linarg *hnext; /* for hashing */ argument
71 linarg *tnext; /* next linear argument to this term */ argument
72 linarg *lnext; /* for adjusting v->op */ argument
73 la_ref *refs; /* references */
74 expr_v *v; /* variable that evaluates this linear term */
75 ograd *nz; /* the nonzeros */
76 int nnz; /* number of nonzeros (to help hashing) */
[all …]
/dports/math/asl/solvers/
H A Dpsinfo.h28 #define linarg linarg2 macro
52 typedef struct linarg linarg; typedef
64 linarg { struct
65 linarg *hnext; /* for hashing */ argument
66 linarg *tnext; /* next linear argument to this term */ argument
67 linarg *lnext; /* for adjusting v->op */ argument
68 la_ref *refs; /* references */
69 expr_v *v; /* variable that evaluates this linear term */
70 ograd *nz; /* the nonzeros */
71 int nnz; /* number of nonzeros (to help hashing) */
[all …]
/dports/math/gravity/Gravity-da941e9/thirdparty/Ipopt/include/coin-or/asl/
H A Dpsinfo.h28 #define linarg linarg2 macro
52 typedef struct linarg linarg; typedef
64 linarg { struct
65 linarg *hnext; /* for hashing */ argument
66 linarg *tnext; /* next linear argument to this term */ argument
67 linarg *lnext; /* for adjusting v->op */ argument
68 la_ref *refs; /* references */
69 expr_v *v; /* variable that evaluates this linear term */
70 ograd *nz; /* the nonzeros */
71 int nnz; /* number of nonzeros (to help hashing) */
[all …]
/dports/graphics/blender/blender-2.91.0/extern/mantaflow/helper/pwrapper/
H A Dpconvert.cpp496 PbArgs::PbArgs(PyObject *linarg, PyObject *dict) : mLinArgs(0), mKwds(0) in PbArgs()
529 void PbArgs::setup(PyObject *linarg, PyObject *dict) in setup()