![]() |
doom3-gpl
Doom 3 GPL source release
|
#include <Lcp.h>
Public Member Functions | |
| virtual | ~idLCP (void) |
| virtual bool | Solve (const idMatX &A, idVecX &x, const idVecX &b, const idVecX &lo, const idVecX &hi, const int *boxIndex=NULL)=0 |
| virtual void | SetMaxIterations (int max) |
| virtual int | GetMaxIterations (void) |
Static Public Member Functions | |
| static idLCP * | AllocSquare (void) |
| static idLCP * | AllocSymmetric (void) |
Protected Attributes | |
| int | maxIterations |
|
pure virtual |
Implemented in idLCP_Symmetric, and idLCP_Square.
1.8.6.