Click or drag to resize

LinearEquationsSolve Method

Overload List
 NameDescription
Public methodSolve(BandMatrix, Matrix) Computes the solution to a real system of linear equations A * X = B, where A is a band matrix.
Public methodSolve(BandMatrix, Vector) Computes the solution to a real system of linear equations A * X = B, where A is a band matrix.
Public methodSolve(Double, Double) Computes the solution to a real system of linear equations A * X = B, where A is a general matrix.
Public methodSolve(Matrix, Matrix) Computes the solution to a real system of linear equations A * X = B, where A is a general matrix.
Public methodSolve(Matrix, Vector) Computes the solution to a real system of linear equations A * X = B, where A is a general matrix.
Public methodSolve(TridiagonalMatrix, Matrix) Computes the solution to a real system of linear equations A * X = B, where A is a tridiagonal matrix.
Top
See Also