Bullet Collision Detection & Physics Library
Classes | Functions
btDantzigLCP.h File Reference
#include <stdlib.h>
#include <stdio.h>
#include <assert.h>
#include "LinearMath/btScalar.h"
#include "LinearMath/btAlignedObjectArray.h"
Include dependency graph for btDantzigLCP.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  btDantzigScratchMemory
 

Functions

bool btSolveDantzigLCP (int n, btScalar *A, btScalar *x, btScalar *b, btScalar *w, int nub, btScalar *lo, btScalar *hi, int *findex, btDantzigScratchMemory &scratch)
 

Function Documentation

bool btSolveDantzigLCP ( int  n,
btScalar A,
btScalar x,
btScalar b,
btScalar w,
int  nub,
btScalar lo,
btScalar hi,
int *  findex,
btDantzigScratchMemory scratch 
)

Definition at line 1781 of file btDantzigLCP.cpp.