Click or drag to resize

MatrixMultiply(Matrix, Double) Operator

Matrix-scalar 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 *(
	Matrix A,
	double s
)

Parameters

A  Matrix
Matrix operand
s  Double
Scalar operand

Return Value

Matrix
Product of the matrix and the scalar
See Also