ISolver Interface |
Namespace: FinMath.LinearAlgebra.Solvers
public interface ISolver
Name | Description | |
---|---|---|
Solve(Matrix) |
Solves a system of linear equations, AX = B.
| |
Solve(Vector) |
Solves a system of linear equations, Ax = b | |
Solve(Matrix, Matrix) |
Solves a system of linear equations, AX = B.
| |
Solve(Vector, Vector) |
Solves a system of linear equations, Ax = b.
|