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