Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Properties

_extrapolate

_extrapolate: boolean

_x

_x: Real[]

_xBegin

_xBegin: Size

_xEnd

_xEnd: Size

_y

_y: Real[]

_yBegin

_yBegin: Size

_yEnd

_yEnd: Size

_zData

_zData: Matrix

allowsExtrapolation

allowsExtrapolation: () => boolean

Type declaration

    • (): boolean
    • Returns boolean

disableExtrapolation

disableExtrapolation: (b: boolean) => void

Type declaration

    • (b: boolean): void
    • Parameters

      • b: boolean

      Returns void

enableExtrapolation

enableExtrapolation: (b: boolean) => void

Type declaration

    • (b: boolean): void
    • Parameters

      • b: boolean

      Returns void

isInRange

isInRange: (x: Real, y: Real) => boolean

Type declaration

locateX

locateX: (x: Real) => Size

Type declaration

locateY

locateY: (y: Real) => Size

Type declaration

tiInit

tiInit: (x: Real[], xBegin: Size, xEnd: Size, y: Real[], yBegin: Size, yEnd: Size, zData: Matrix) => templateImpl

Type declaration

xMax

xMax: () => Real

Type declaration

xMin

xMin: () => Real

Type declaration

xValues

xValues: () => Real[]

Type declaration

yMax

yMax: () => Real

Type declaration

yMin

yMin: () => Real

Type declaration

yValues

yValues: () => Real[]

Type declaration

zData

zData: () => Matrix

Type declaration

Methods

calculate

  • calculate(): void
  • Returns void

derivativeX

  • Parameters

    Returns Real

derivativeXY

  • Parameters

    Returns Real

derivativeY

  • Parameters

    Returns Real

secondDerivativeX

  • Parameters

    Returns Real

secondDerivativeY

  • Parameters

    Returns Real

value

  • Parameters

    Returns Real