tridiagmatrix: Solve a tridiagonal matrix

Description Usage Arguments Details Value See Also

View source: R/tridiagmatrix.R

Description

use the tridiagonal matrix algorithm to solve a tridiagonal matrix

Usage

1
tridiagmatrix(L, D, U, b)

Arguments

L

vector of entries below the main diagonal

D

vector of entries on the main diagonal

U

vector of entries above the main diagonal

b

vector of the right-hand side of the linear system

Details

tridiagmatrix uses the tridiagonal matrix algorithm to solve a tridiagonal matrix.

Value

the solution vector

See Also

Other linear: choleskymatrix(), detmatrix(), gdls(), invmatrix(), iterativematrix, lumatrix(), refmatrix(), rowops, vecnorm()


cmna documentation built on July 14, 2021, 5:11 p.m.