Options
All
  • Public
  • Public/Protected
  • All
Menu

log-cubic interpolation factory and traits

Hierarchy

  • LogMixedLinearCubic

Index

Constructors

constructor

  • Parameters

    • n: Size
    • behavior: Behavior
    • 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 LogMixedLinearCubic

Properties

Private _behavior

_behavior: Behavior

Private _da

Private _leftType

Private _leftValue

_leftValue: Real

Private _monotonic

_monotonic: boolean

Private _n

_n: Size

Private _rightType

_rightType: BoundaryCondition

Private _rightValue

_rightValue: Real

Static global

global: boolean = true

Static requiredPoints

requiredPoints: Size = 3

Methods

interpolate