MatrixUnaryNegation Operator |
Unary minus.
Namespace: DotNumerics.LinearAlgebraAssembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static Matrix operator -(
Matrix A
)
Public Shared Operator - (
A As Matrix
) As Matrix
Request Example
View SourceParameters
- A Matrix
- The Matric.
Return Value
MatrixMatrix r[i] = -this[i]
See Also