ApacheAdaptiveStepIntegrator

abstract class ApacheAdaptiveStepIntegrator(relTol: DenseVector[Double], absTol: DenseVector[Double]) extends ApacheOdeIntegrator
Companion
object
class Object
trait Matchable
class Any

Type members

Types

type T <: AdaptiveStepsizeIntegrator

Value members

Inherited methods

protected def create: T
Inherited from
ApacheOdeIntegrator
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