Example usage for org.apache.commons.math.ode ContinuousOutputModel ContinuousOutputModel

List of usage examples for org.apache.commons.math.ode ContinuousOutputModel ContinuousOutputModel

Introduction

In this page you can find the example usage for org.apache.commons.math.ode ContinuousOutputModel ContinuousOutputModel.

Prototype

public ContinuousOutputModel() 

Source Link

Document

Simple constructor.

Usage

From source file:org.orekit.propagation.numerical.IntegratedEphemeris.java

/** Creates a new instance of IntegratedEphemeris which must be
 *  filled by the propagator.//from  ww w .ja v  a2 s  .c o m
 */
public IntegratedEphemeris() {
    this.model = new ContinuousOutputModel();
}