Linear |
The LinearEquations type exposes the following members.
Name | Description | |
---|---|---|
![]() | CheckDimensions(BaseMatrix, BaseMatrix) | |
![]() | CheckDimensions(BaseMatrix, Vector) | |
![]() | 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. |
![]() | SolveInplace | In place, Computes the solution to a real system of linear equations A * X = B |
Name | Description | |
---|---|---|
![]() | GetEnumNames | (Defined by General) |
![]() | IsValidDouble | (Defined by General) |