TridiagonalSystemSolver
Uses the Tridiagonal Matrix Algorithm, also known as the Thomas Algorithm, to solve a system of linear equations where the coefficient matrix is a tridiagonal matrix.
See also
Functions
Link copied to clipboard
fun solve(diagonal: ERROR CLASS: Symbol not found for ReadonlyArray<ERROR CLASS: Symbol not found for JsDouble>, lower: ERROR CLASS: Symbol not found for ReadonlyArray<ERROR CLASS: Symbol not found for JsDouble>, upper: ERROR CLASS: Symbol not found for ReadonlyArray<ERROR CLASS: Symbol not found for JsDouble>, right: ERROR CLASS: Symbol not found for ReadonlyArray<cesium/engine/Cartesian3>): ERROR CLASS: Symbol not found for ReadonlyArray<cesium/engine/Cartesian3>
Solves a tridiagonal system of linear equations.