void LoadFromFile(DewString FileName);
Reads the header information and the values array content from the file.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | FileName | DewString |
Remarks:
Reads the header information and the values array content from the file specified by FileName parameter.
- In case of '.csv' extension a comma is used as a column delimiter for matrices.
- In case of '.txt' extension a tab is used as a column delimiter for matrices.
- For all other extensions, the expected format is binary.
See Also: TSparseMtx::SaveToFile, TSparseMtx::LoadFromStream
Declared in Dew::Math::TMtxVecBase · Dew.Math/MtxVecBase.h · Cross-compiler