Solves the equation A*x = b for a lower triangular matrix A using forward substitution.
Namespace: Altaxo.Calc.Ode.ObsoleteAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic Vector SolveLower(
Vector b
)
Parameters
- b Vector
- The vector b in the equation A*x = b.
Return Value
VectorThe solution vector x.
See Also