SparseMatrixSolveLower Method |
Forward substitution routine for solving Lx = b, where L is a lower-triangular matrix
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 right-hand side vector.
Return Value
VectorThe solution vector of the lower triangular system.
See Also