Click or drag to resize

RectangularMatrixDivision Operator

Divides 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 /(
	RectangularMatrix A,
	double alpha
)

Parameters

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

Return Value

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