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