void LoadFromMatrixMarketFile(const DewString &FileName);
Loads the matrix stored in a matrix market file format.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | FileName | const DewString & |
Remarks:
Loads the matrix stored in a Matrix Market file format.
See Also: TSparseMtx::SaveToMatrixMarketFile
Declared in Dew::Math::TSparseMtx · Dew.Math/sparse.h · Cross-compiler