ISolverT Interface | 
public interface ISolver<T> where T : struct, new(), IEquatable<T>, IFormattable
The ISolverT type exposes the following members.
| Name | Description | |
|---|---|---|
| Solve(MatrixT) | Solves a system of linear equations, AX = B. | |
| Solve(VectorT) | Solves a system of linear equations, Ax = b | |
| Solve(MatrixT, MatrixT) | Solves a system of linear equations, AX = B. | |
| Solve(VectorT, VectorT) | Solves a system of linear equations, Ax = b. |