Click or drag to resize

Matrixtimes Method

Multiply a matrix by a scalar, C = s*A

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

Parameters

s  Double
scalar

Return Value

Matrix
s*A
See Also