__declspec(property(get = GetOutOfCoreFileName, put = SetOutOfCoreFileName)) DewString OutOfCoreFileName;
Factorization data filename.
Read:
DewString GetOutOfCoreFileName();Write:
void SetOutOfCoreFileName(const DewString &Value);Remarks:
Specifies the Filename (and path) of where to store the factorization data files sliced in to pieces of 1GB each. This file name is used only when OutOfCore is set to True.
Declared in Dew::Math::TTaucsSettings · Dew.Math/sparse.h · Cross-compiler