Click or drag to resize

SquareMatrixDivision Operator

Divides a real, square matrix by a real constant.

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

Parameters

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

Return Value

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