Click or drag to resize

RectangularMatrixMultiply Operator (Double, RectangularMatrix)

Multiply a real, rectangular matrix by a real constant.

Namespace:  Meta.Numerics.Matrices
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static RectangularMatrix operator *(
	double alpha,
	RectangularMatrix A
)

Parameters

alpha
Type: SystemDouble
The constant.
A
Type: Meta.Numerics.MatricesRectangularMatrix
The matrix.

Return Value

Type: RectangularMatrix
The product αA.
Exceptions
ExceptionCondition
ArgumentNullExceptionA is .
See Also