ILinearEquationSolverTSolve(IROMatrixT, IReadOnlyListT, IVectorT) Method |
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void Solve(
IROMatrix<T> A,
IReadOnlyList<T> b,
IVector<T> x
)
Parameters
- A IROMatrixT
- The matrix.
- b IReadOnlyListT
- The right hand vector.
- x IVectorT
- The solution x of the equation A*x==b.
See Also