Constructs a SparseMatrixData instance with the given data.
Namespace:
CenterSpace.NMath.MatrixAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public SparseMatrixData( Storage data ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ data As Storage _ ) |
| Visual C++ |
|---|
public: SparseMatrixData( Storage data ) |
Parameters
- data
- Type: Storage
The data.
Remarks
The data is NOT copied.