Click or drag to resize

MatrixTMultiply(T) Method

Multiplies each element of this matrix with a scalar.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Matrix<T> Multiply(
	T scalar
)

Parameters

scalar  T
The scalar to multiply with.

Return Value

MatrixT
The result of the multiplication.
See Also