ILinearEquationSolverTSolveDestructive(IMatrixT, IVectorT, IVectorT) Method |
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void SolveDestructive(
IMatrix<T> A,
IVector<T> b,
IVector<T> x
)
Parameters
- A IMatrixT
- The m.
- b IVectorT
- The b.
- x IVectorT
- The result.
See Also