Click or drag to resize

GaussianEliminationSolverSolvePentaDiagonal Method

Overload List
 NameDescription
Public methodStatic memberSolvePentaDiagonal(IROMatrixDouble, IReadOnlyListDouble, Double) Solves a system where the matrix a is pentadiagonal, i.e. has two lower and two upper bands. The method is non-destructive, i.e. both matrix m and vector a are not changed.
Public methodStatic memberSolvePentaDiagonal(IROMatrixDouble, IReadOnlyListDouble, Double, Object) Solves a system where the matrix a is five diagonal, i.e. has two lower and two upper bands. The method is non-destructive, i.e. both matrix m and vector a are not changed.
Top
See Also