.NET Matrix Library
SparseMatrix Constructor
See Also  Send Feedback



Creates a new instance of the SparseMatrix class. Creates a new instance of the SparseMatrix class.

Overload List

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

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

.NET Matrix Library