TSparseMtx::LoadFromMatrixMarketFile Method

void LoadFromMatrixMarketFile(const DewString &FileName);

Loads the matrix stored in a matrix market file format.

#NameTypeDescription
1FileNameconst 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