BoundaryConditions Type

Condition how to manage the left and right boundary of a spline.

Record fields

Record Field Description

FiniteDifferences

Full Usage: FiniteDifferences

Field type: BoundaryConditions
Modifiers: static

finite differences for 1st derivatives

Field type: BoundaryConditions

Natural

Full Usage: Natural

Field type: BoundaryConditions
Modifiers: static

natural boundaries, zero 2nd deriv.

Field type: BoundaryConditions

Periodic

Full Usage: Periodic

Field type: BoundaryConditions
Modifiers: static

periodic boundaries (NOT YET IMPLEMENTED)

Field type: BoundaryConditions

Supply1stDerivative

Full Usage: Supply1stDerivative

Field type: BoundaryConditions
Modifiers: static

user supplied f'(x_lo), f'(x_hi)

Field type: BoundaryConditions

Supply2ndDerivative

Full Usage: Supply2ndDerivative

Field type: BoundaryConditions
Modifiers: static

user supplied f''(x_lo), f''(x_hi)

Field type: BoundaryConditions

value__

Full Usage: value__

Field type: int
Modifiers: mutable

Field type: int