| DoubleComplexMatrixNegate Method |
Negation operator.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public static DoubleComplexMatrix Negate(
DoubleComplexMatrix A
)
Public Shared Function Negate (
A As DoubleComplexMatrix
) As DoubleComplexMatrix
public:
static DoubleComplexMatrix^ Negate(
DoubleComplexMatrix^ A
)
static member Negate :
A : DoubleComplexMatrix -> DoubleComplexMatrix
Parameters
- A DoubleComplexMatrix
- A matrix.
Return Value
DoubleComplexMatrixA new matrix
B such that
B[i,j] = -A[i,j].
See Also