breeze

integrate

package integrate

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. integrate
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. object ApacheAdaptiveStepIntegrator

  2. def ode45(f: (DenseVector[Double], Double) ⇒ DenseVector[Double], y0: DenseVector[Double], t: Array[Double], relTol: DenseVector[Double] = null, absTol: DenseVector[Double] = null): Array[DenseVector[Double]]

  3. package quasimontecarlo

  4. def simpson(f: (Double) ⇒ Double, start: Double, end: Double, nodes: Int): Double

  5. def trapezoid(f: (Double) ⇒ Double, start: Double, end: Double, nodes: Int): Double

Inherited from AnyRef

Inherited from Any

Ungrouped