All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.barrybecker4.math.interpolation.AbstractInterpolator.scala Maven / Gradle / Ivy

The newest version!
/* Copyright by Barry G. Becker, 2000-2018. Licensed under MIT License: http://www.opensource.org/licenses/MIT */
package com.barrybecker4.math.interpolation

/**
  * Use to interpolate between values on a function defined only at discrete points.
  * @author Barry Becker
  */
abstract class AbstractInterpolator(val function: Array[Double]) extends Interpolator




© 2015 - 2024 Weber Informatics LLC | Privacy Policy