.NET Matrix Library
CSparseMatrix Constructor(Int32,Boolean)
See Also  Send comments on this topic


size
The number of rows and columns of the matrix.
hermitian
true if the matrix is hermitian; false otherwise.
Creates a new instance of CSparseMatrix representing a square matrix of the specified size, and specifies whether the matrix is hermitian.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal size As Integer, _
   ByVal hermitian As Boolean _
)
C# 
public CSparseMatrix( 
   int size,
   bool hermitian
)
C++/CLI 
public:
CSparseMatrix( 
   int size,
   bool hermitian
)

Parameters

size
The number of rows and columns of the matrix.
hermitian
true if the matrix is hermitian; false otherwise.

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