ISolverTSolve(VectorT) Method |
Solves a system of linear equations, Ax = b
Namespace: Altaxo.Calc.LinearAlgebra.FactorizationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax Vector<T> Solve(
Vector<T> input
)
Parameters
- input VectorT
- The right hand side vector, b.
Return Value
VectorTThe left hand side Vector,
x.
See Also