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