Click or drag to resize

AnyRectangularMatrixMultiply Operator (Double, AnyRectangularMatrix)

Multiplies any 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,
	AnyRectangularMatrix A
)

Parameters

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

Return Value

Type: RectangularMatrix
The product matrix.
See Also