maspack.solvers
Class KellerLCPSolverTest

java.lang.Object
  extended by maspack.solvers.KellerLCPSolverTest

public class KellerLCPSolverTest
extends java.lang.Object


Constructor Summary
KellerLCPSolverTest()
           
 
Method Summary
 void execute()
           
static void main(java.lang.String[] args)
           
 void testSolver(VectorNd z, MatrixNd M, VectorNd q, boolean[] zBasic, KellerLCPSolver.Status expectedStatus)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KellerLCPSolverTest

public KellerLCPSolverTest()
Method Detail

testSolver

public void testSolver(VectorNd z,
                       MatrixNd M,
                       VectorNd q,
                       boolean[] zBasic,
                       KellerLCPSolver.Status expectedStatus)

execute

public void execute()

main

public static void main(java.lang.String[] args)