DenseMatrixUnaryNegation Operator | 
            Negates each element of the matrix.
            
Namespace: Altaxo.Calc.LinearAlgebra.ComplexAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic static DenseMatrix operator -(
	DenseMatrix rightSide
)
Parameters
- rightSide  DenseMatrix
 - The matrix to negate.
 
Return Value
DenseMatrixA matrix containing the negated values.
Exceptions
See Also