| DoubleComplexMatrixUnaryNegation Operator |
Negation operator.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public static DoubleComplexMatrix operator -(
DoubleComplexMatrix A
)
Public Shared Operator - (
A As DoubleComplexMatrix
) As DoubleComplexMatrix
public:
static DoubleComplexMatrix^ operator -(
DoubleComplexMatrix^ A
)
static let inline (-)
A : DoubleComplexMatrix : DoubleComplexMatrix
Parameters
- A DoubleComplexMatrix
- A matrix.
Return Value
DoubleComplexMatrixA new matrix
B where
B[i,j] = -A[i,j].
See Also