Gaussian |
Name | Description | |
---|---|---|
SolvePentaDiagonal(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. | |
SolvePentaDiagonal(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. |