GraggBulirschStoerIntegrator

class GraggBulirschStoerIntegrator(minStep: Double, maxStep: Double, relTol: DenseVector[Double], absTol: DenseVector[Double]) extends ApacheAdaptiveStepIntegrator
class Object
trait Matchable
class Any

Type members

Types

type T = GraggBulirschStoerIntegrator

Value members

Inherited methods

override def integrate(f: (DenseVector[Double], Double) => DenseVector[Double], y0: DenseVector[Double], t: Array[Double]): Array[DenseVector[Double]]
Definition Classes
Inherited from
ApacheOdeIntegrator

Inherited fields

final protected val inner: T
Inherited from
ApacheOdeIntegrator