MatrixTSolve(MatrixT, MatrixT) Method |
Solves a system of linear equations, AX = B, with A QR factorized.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void Solve(
Matrix<T> input,
Matrix<T> result
)
Parameters
- input MatrixT
- The right hand side MatrixT, B.
- result MatrixT
- The left hand side MatrixT, X.
See Also