TSparseMtx::SparseSystem Property

__declspec(property(get = GetSparseSystem, put = SetSparseSystem)) TSparseSystem SparseSystem;

Defines the system to be solved by the Solve method.

Read: TSparseSystem GetSparseSystem();
Write: void SetSparseSystem(const TSparseSystem Value);
Remarks:

Defines the system to be solved by the TSparseMtx::Solve method.

See Also: TSparseMtx::Solve
Declared in Dew::Math::TSparseMtx · Dew.Math/sparse.h · Cross-compiler