.NET Matrix Library
CSparseMatrix Constructor
See Also  Send comments on this topic


Creates a new instance of the CSparseMatrix class.

Overload List

OverloadDescription
CSparseMatrix Constructor(CMatrix)Creates a new instance of a CSparseMatrix using the contents of a dense CMatrix object.  
CSparseMatrix Constructor(CSparseMatrix)Creates a new instance of a CSparseMatrix copying the contents of another CSparseMatrix.  
CSparseMatrix Constructor(Complex[],Int32[],Int32[])Creates a new instance of a CSparseMatrixf rom data in compressed sparse row (CSR) format.  
CSparseMatrix Constructor(Int32,Boolean,Int32,Single)Creates a new instance of CSparseMatrix representing a square matrix of the specified size, specifies whether the matrix is hermitian and sets initial values for the capacity and the grow factor.  
CSparseMatrix Constructor(Int32,Boolean)Creates a new instance of CSparseMatrix representing a square matrix of the specified size, and specifies whether the matrix is hermitian.  
CSparseMatrix Constructor(Int32,Int32,Int32,Single)Creates a new instance of a CSparseMatrix with the specified number or rows and columns, initial capacity and grow factor.  
CSparseMatrix Constructor(Int32,Int32,Int32)Creates a new instance of a CSparseMatrix with the specified number of rows and columns and initial capacity.  
CSparseMatrix Constructor(Int32,Int32)Creates a new instance of a CSparseMatrix with the specified number of rows and columns.  
CSparseMatrix Constructor()Creates a new instance of an empty CSparseMatrix.  

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