trisolveR: Thomas-algorithm for tridiagonal linear systems

Description Usage Arguments Value

View source: R/tridiagonalSolvers.R

Description

Solve tridiagonal linear systems with the Thomas-algorithm.

Usage

1
trisolveR(alpha, beta, delta, b.vec)

Arguments

alpha

lower diagonal

beta

diagonal

delta

upper diagonal

b.vec

target vector

Value

numeric vector


shill1729/pricing documentation built on Jan. 9, 2022, 12:56 a.m.