SparseMatrixScaleRow Method |
Method to rescale a row of a Sparse Matrix
Namespace: Altaxo.Calc.Ode.ObsoleteAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void ScaleRow(
int i,
int j1,
int j2,
double sf
)
Parameters
- i Int32
- Index of the row to be scaled
- j1 Int32
- Lowest column entry to scale
- j2 Int32
- High column entry to scale
- sf Double
- Scale factor
See Also