IIterative |
public interface IIterativeSolver<T> where T : struct, new(), IEquatable<T>, IFormattable
[Missing <typeparam name="T"/> documentation for "T:Altaxo.Calc.LinearAlgebra.Solvers.IIterativeSolver`1"]
The IIterativeSolverT type exposes the following members.
Name | Description | |
---|---|---|
Solve | Solves the matrix equation Ax = b, where A is the coefficient matrix, b is the solution vector and x is the unknown vector. |