Options
All
  • Public
  • Public/Protected
  • All
Menu

log-cubic interpolation factory and traits

Hierarchy

  • LogCubic

Index

Constructors

constructor

  • Parameters

    • da: DerivativeApprox
    • Default value monotonic: boolean = true
    • Default value leftC: BoundaryCondition = CubicInterpolation.BoundaryCondition.SecondDerivative
    • Default value leftConditionValue: Real = 0
    • Default value rightC: BoundaryCondition = CubicInterpolation.BoundaryCondition.SecondDerivative
    • Default value rightConditionValue: Real = 0

    Returns LogCubic

Properties

Private _da

Private _leftType

Private _leftValue

_leftValue: Real

Private _monotonic

_monotonic: boolean

Private _rightType

_rightType: BoundaryCondition

Private _rightValue

_rightValue: Real

Static global

global: boolean = true

Static requiredPoints

requiredPoints: Size = 2

Methods

interpolate