.NET Matrix Library
Subtraction Operator
See Also  Send comments on this topic


A
A CSparseMatrix instance representing the sparse matrix on the left of the subtraction operator.
B
A CSparseMatrix instance representing the sparse matrix on the right of the subtraction operator.
Subtracts a sparse matrix from another sparse matrix.

Syntax

Visual Basic (Declaration) 
Public Operator -( _
   ByVal A As CSparseMatrix, _
   ByVal B As CSparseMatrix _
) As CSparseMatrix
C# 
public CSparseMatrix operator -( 
   CSparseMatrix A,
   CSparseMatrix B
)
C++/CLI 
public:
CSparseMatrix^ operator -( 
   CSparseMatrix^ A,
   CSparseMatrix^ B
)

Parameters

A
A CSparseMatrix instance representing the sparse matrix on the left of the subtraction operator.
B
A CSparseMatrix instance representing the sparse matrix on the right of the subtraction operator.

Return Value

A CSparseMatrix object containing the result of the subtraction.

Requirements

Platforms: Windows 7, Windows Vista, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows 2000

See Also

.NET Matrix Library Documentation