public class btDantzigSolver extends btMLCPSolverInterface
className| Constructor and Description |
|---|
btDantzigSolver() |
btDantzigSolver(long cPtr,
boolean cMemoryOwn)
Construct a new btDantzigSolver, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
getCPtr(btDantzigSolver obj) |
boolean |
solveMLCP(SWIGTYPE_p_btMatrixXT_float_t A,
SWIGTYPE_p_btVectorXT_float_t b,
SWIGTYPE_p_btVectorXT_float_t x,
SWIGTYPE_p_btVectorXT_float_t lo,
SWIGTYPE_p_btVectorXT_float_t hi,
SWIGTYPE_p_btAlignedObjectArrayT_int_t limitDependency,
int numIterations) |
boolean |
solveMLCP(SWIGTYPE_p_btMatrixXT_float_t A,
SWIGTYPE_p_btVectorXT_float_t b,
SWIGTYPE_p_btVectorXT_float_t x,
SWIGTYPE_p_btVectorXT_float_t lo,
SWIGTYPE_p_btVectorXT_float_t hi,
SWIGTYPE_p_btAlignedObjectArrayT_int_t limitDependency,
int numIterations,
boolean useSparsity) |
getCPtrdispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic btDantzigSolver(long cPtr,
boolean cMemoryOwn)
public btDantzigSolver()
public static long getCPtr(btDantzigSolver obj)
public boolean solveMLCP(SWIGTYPE_p_btMatrixXT_float_t A, SWIGTYPE_p_btVectorXT_float_t b, SWIGTYPE_p_btVectorXT_float_t x, SWIGTYPE_p_btVectorXT_float_t lo, SWIGTYPE_p_btVectorXT_float_t hi, SWIGTYPE_p_btAlignedObjectArrayT_int_t limitDependency, int numIterations, boolean useSparsity)
solveMLCP in class btMLCPSolverInterfacepublic boolean solveMLCP(SWIGTYPE_p_btMatrixXT_float_t A, SWIGTYPE_p_btVectorXT_float_t b, SWIGTYPE_p_btVectorXT_float_t x, SWIGTYPE_p_btVectorXT_float_t lo, SWIGTYPE_p_btVectorXT_float_t hi, SWIGTYPE_p_btAlignedObjectArrayT_int_t limitDependency, int numIterations)
solveMLCP in class btMLCPSolverInterfaceCopyright © 2021. All rights reserved.