TTaucsSettings::OutOfCore Property

__declspec(property(get = GetOutOfCore, put = SetOutOfCore)) bool OutOfCore;

Use Out Of Core factorization.

Read: bool GetOutOfCore();
Write: void SetOutOfCore(const bool Value);
Remarks:

If True, the factorization process will use the disk as data storage. This can improve the speed of the solver in compare to using the Windows virtual memory, when memory requirements are really big (10s of GB), or when trying to address more then 2GB of memory.

Declared in Dew::Math::TTaucsSettings · Dew.Math/sparse.h · Cross-compiler