|  | FloatHermCsrSparseMatrixSubtraction Operator | 
            Subtracts two Hermitian sparse matrices.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic static FloatHermCsrSparseMatrix operator -(
	FloatHermCsrSparseMatrix A,
	FloatHermCsrSparseMatrix B
)
Public Shared Operator - ( 
	A As FloatHermCsrSparseMatrix,
	B As FloatHermCsrSparseMatrix
) As FloatHermCsrSparseMatrix
public:
static FloatHermCsrSparseMatrix^ operator -(
	FloatHermCsrSparseMatrix^ A, 
	FloatHermCsrSparseMatrix^ B
)
static let inline (-)
        A : FloatHermCsrSparseMatrix * 
        B : FloatHermCsrSparseMatrix  : FloatHermCsrSparseMatrixParameters
- A  FloatHermCsrSparseMatrix
- A Hermitian sparse matrix.
- B  FloatHermCsrSparseMatrix
- A Hermitian sparse matrix.
Return Value
FloatHermCsrSparseMatrixA Hermitian sparse matrix 
C where 
C[i,j] = A[i,j] - B[i,j].
 Exceptions
Exceptions See Also
See Also