.NET Matrix Library
Negate Method
See Also  Send comments on this topic


A
A SparseMatrix Class object representing the sparse matrix to negate.
Returns the negation of a sparse matrix.

Syntax

Visual Basic (Declaration) 
Public Shared Function Negate( _
   ByVal A As SparseMatrix _
) As SparseMatrix
C# 
public static SparseMatrix Negate( 
   SparseMatrix A
)
C++/CLI 
public:
static SparseMatrix^ Negate( 
   SparseMatrix^ A
) 

Parameters

A
A SparseMatrix Class object representing the sparse matrix to negate.

Return Value

A SparseMatrix Class object representing the negation of the sparse matrix.

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