Options
All
  • Public
  • Public/Protected
  • All
Menu

Abcd interpolation factory and traits

Hierarchy

  • Abcd

Index

Constructors

constructor

  • Parameters

    • a: Real
    • b: Real
    • c: Real
    • d: Real
    • aIsFixed: boolean
    • bIsFixed: boolean
    • cIsFixed: boolean
    • dIsFixed: boolean
    • Default value vegaWeighted: boolean = false
    • Default value endCriteria: EndCriteria = null
    • Default value optMethod: OptimizationMethod = null

    Returns Abcd

Properties

Private _a

_a: Real

Private _aIsFixed

_aIsFixed: boolean

Private _b

_b: Real

Private _bIsFixed

_bIsFixed: boolean

Private _c

_c: Real

Private _cIsFixed

_cIsFixed: boolean

Private _d

_d: Real

Private _dIsFixed

_dIsFixed: boolean

Private _endCriteria

_endCriteria: EndCriteria

Private _optMethod

_optMethod: OptimizationMethod

Private _vegaWeighted

_vegaWeighted: boolean

Static global

global: boolean = true

Methods

interpolate