Click or drag to resize

SparseMatrixMul Method

Matrix multiplication by a scalar

Namespace: Altaxo.Calc.Ode.Obsolete
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public SparseMatrix Mul(
	double s
)

Parameters

s  Double
Scaling factor

Return Value

SparseMatrix
Scaled sparse matrix
See Also