Click or drag to resize

IMapackMatrixMultiply(Double) Method

Matrix-scalar multiplication.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
IMapackMatrix Multiply(
	double s
)

Parameters

s  Double
The scalar to multiply.

Return Value

IMapackMatrix
The scaled matrix.
See Also