mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 17:58:41 +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
|
||||
* @since 1.0.0
|
||||
*/
|
||||
class CubicSplineInterpolation implements InterpolationInterface
|
||||
final class CubicSplineInterpolation implements InterpolationInterface
|
||||
{
|
||||
/**
|
||||
* Points for spline interpolation
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ namespace phpOMS\Math\Numerics\Interpolation;
|
|||
* @link https://orange-management.org
|
||||
* @since 1.0.0
|
||||
*/
|
||||
class LagrangeInterpolation implements InterpolationInterface
|
||||
final class LagrangeInterpolation implements InterpolationInterface
|
||||
{
|
||||
/**
|
||||
* Points for spline interpolation
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ use phpOMS\Math\Matrix\Vector;
|
|||
* @link https://orange-management.org
|
||||
* @since 1.0.0
|
||||
*/
|
||||
class LinearInterpolation implements InterpolationInterface
|
||||
final class LinearInterpolation implements InterpolationInterface
|
||||
{
|
||||
/**
|
||||
* Points for spline interpolation
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user