Click or drag to resize

LinearEquations Methods

The LinearEquations type exposes the following members.

Methods
 NameDescription
Private methodCheckDimensions(BaseMatrix, BaseMatrix) 
Private methodCheckDimensions(BaseMatrix, Vector) 
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.
Private methodSolveInplace In place, Computes the solution to a real system of linear equations A * X = B
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumNames
(Defined by General)
Public Extension MethodIsValidDouble
(Defined by General)
Top
See Also