Package org.ode4j.cpp

USE NOT RECOMMENDED, SEE NOTE BELOW The classes in this package provide an API that is similar to the original C/C++ API.

See:
          Description

Class Summary
OdeCpp This class represents the static API of the C/C++ version of ODE.
OdeCppMath From OdeMath.java.
 

Package org.ode4j.cpp Description

USE NOT RECOMMENDED, SEE NOTE BELOW The classes in this package provide an API that is similar to the original C/C++ API. The following commands make all the methods available:
import static org.ode4j.cpp.OdeCpp.*;
import static org.ode4j.cpp.OdeCppMath.*;

These classes are provided to simplify migrating code from C/C++ to Java.

When starting a new project, use of these classes is not recommended. Please use the normal API in org.ode4j.ode.