IPreconditionerTApproximate Method |
Approximates the solution to the matrix equation Mx = b.
Namespace: Altaxo.Calc.LinearAlgebra.SolversAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void Approximate(
Vector<T> rhs,
Vector<T> lhs
)
Parameters
- rhs VectorT
- The right hand side vector.
- lhs VectorT
- The left hand side vector. Also known as the result vector.
See Also