Home
last modified time | relevance | path

Searched defs:MixedLinearComplementarityProblem (Results 1 – 2 of 2) sorted by relevance

/dports/science/siconos/siconos-4.4.0/numerics/src/MLCP/
H A DMixedLinearComplementarityProblem.h68 struct MixedLinearComplementarityProblem struct
70 int isStorageType1; /**< boolean for storageType1 1 if the problem
72 int isStorageType2; /**< boolean for storageType2 1 if the problem
74 int n; /**< number of equality constraints */
75 int m; /**< number of complementarity constraints */
76 int * blocksRows; /**< The rows from blocksRows[i] to blocksRows[i+1]-1
102 /** \fn void mixedLinearComplementarity_free(MixedLinearComplementarityProblem* problem) argument
/dports/science/siconos/siconos-4.4.0/numerics/swig/
H A Dnumerics_MLCP.i32 MixedLinearComplementarityProblem() in MixedLinearComplementarityProblem() function
38 MixedLinearComplementarityProblem(SN_OBJ_TYPE *dim, SN_OBJ_TYPE *o1, SN_OBJ_TYPE *o2) in MixedLinearComplementarityProblem() function