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