.NET Matrix Library
CSparseSolver Constructor
See Also  Send Feedback



matrix
The sparse matrix for which to create the sparse solver.
Creates an instance of the SparseSolver object for the specified sparse matrix.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal matrix As CSparseMatrix _
)
Visual Basic (Usage)Copy Code
Dim matrix As CSparseMatrix
 
Dim instance As New CSparseSolver(matrix)
C# 
public CSparseSolver( 
   CSparseMatrix matrix
)
C++/CLI 
public:
CSparseSolver( 
   CSparseMatrix^ matrix
)

Parameters

matrix
The sparse matrix for which to create the sparse solver.

Requirements

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

See Also

.NET Matrix Library