Click or drag to resize

MatrixMultiply(Double, Matrix) Operator

Scalar-matrix multiplication

Namespace: Altaxo.Calc.Ode.Obsolete
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static Matrix operator *(
	double s,
	Matrix A
)

Parameters

s  Double
Scalar operand
A  Matrix
Matrix operand

Return Value

Matrix
Product of the scalar and the matrix
See Also