Click or drag to resize

MatrixUnaryNegation Operator

Unary minus.

Namespace: DotNumerics.LinearAlgebra
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Matrix operator -(
	Matrix A
)
Request Example View Source

Parameters

A  Matrix
The Matric.

Return Value

Matrix
Matrix r[i] = -this[i]
See Also