Example usage for org.apache.commons.math3.ode.sampling StepHandler interface-usage

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

Introduction

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

Usage

From source file de.tuberlin.uebb.jdae.simulation.ResultStorage.java

public final class ResultStorage implements StepHandler {

    private final ExecutableDAE dae;
    public final LinkedList<double[][]> results;

    public ResultStorage(ExecutableDAE dae) {