| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal matrix As CSparseMatrix _ ) | |
| Visual Basic (Usage) | |
|---|---|
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.
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7