| Name | Description |
---|
| Solve(BandMatrix, Matrix) |
Computes the solution to a real system of linear equations
A * X = B, where A is a band matrix.
|
| Solve(BandMatrix, Vector) |
Computes the solution to a real system of linear equations
A * X = B, where A is a band matrix.
|
| Solve(Double, Double) |
Computes the solution to a real system of linear equations A * X = B, where A is a general matrix.
|
| Solve(Matrix, Matrix) |
Computes the solution to a real system of linear equations A * X = B, where A is a general matrix.
|
| Solve(Matrix, Vector) |
Computes the solution to a real system of linear equations A * X = B, where A is a general matrix.
|
| Solve(TridiagonalMatrix, Matrix) |
Computes the solution to a real system of linear equations
A * X = B, where A is a tridiagonal matrix.
|