Example usage for org.apache.commons.math3.ode SecondOrderDifferentialEquations interface-usage

List of usage examples for org.apache.commons.math3.ode SecondOrderDifferentialEquations interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.math3.ode SecondOrderDifferentialEquations interface-usage.

Usage

From source file rcdemo.track.TrackODE.java

/**
 *
 * @author ezander
 */
public class TrackODE implements SecondOrderDifferentialEquations {
    private final Track track;