__declspec(property(get = GetSparseSolver, put = SetSparseSolver)) TSparseSolver SparseSolver;
Specifies the sparse matrix solver to use.
Read:
TSparseSolver GetSparseSolver();Write:
void SetSparseSolver(const TSparseSolver Value);Remarks:
Specifies the sparse matrix solver to be used by the TSparseMtx::Solve method.
See Also: TSparseMtx::Solve
Declared in Dew::Math::TSparseMtx · Dew.Math/sparse.h · Cross-compiler