mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-08 13:28:39 +00:00
Finalize various interpolation implementations
This commit is contained in:
parent
68f3ecc6f9
commit
1700f096ae
|
|
@ -25,7 +25,7 @@ use phpOMS\Math\Matrix\Vector;
|
||||||
* @link https://orange-management.org
|
* @link https://orange-management.org
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
class CubicSplineInterpolation implements InterpolationInterface
|
final class CubicSplineInterpolation implements InterpolationInterface
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Points for spline interpolation
|
* Points for spline interpolation
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ namespace phpOMS\Math\Numerics\Interpolation;
|
||||||
* @link https://orange-management.org
|
* @link https://orange-management.org
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
class LagrangeInterpolation implements InterpolationInterface
|
final class LagrangeInterpolation implements InterpolationInterface
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Points for spline interpolation
|
* Points for spline interpolation
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ use phpOMS\Math\Matrix\Vector;
|
||||||
* @link https://orange-management.org
|
* @link https://orange-management.org
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
class LinearInterpolation implements InterpolationInterface
|
final class LinearInterpolation implements InterpolationInterface
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Points for spline interpolation
|
* Points for spline interpolation
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user