Click or drag to resize

GaussianEliminationSolverSolveTriDiagonal Method

Overload List
 NameDescription
Public methodStatic memberSolveTriDiagonal(IMatrixDouble, Double, Double) Solves a system where the matrix a is tri diagonal, i.e. has one lower and one upper band. The method is non-destructive, i.e. both matrix m and vector a are not changed.
Public methodStatic memberSolveTriDiagonal(IMatrixDouble, Double, Double, Object) Solves a system where the matrix a is tri diagonal, i.e. has one lower and one upper band. The method is non-destructive, i.e. both matrix m and vector a are not changed.
Top
See Also