__declspec(property(get = GetSparsePattern, put = SetSparsePattern)) TSparsePattern SparsePattern;
Defines the pattern used when solving a system of linear equations.
Read:
TSparsePattern GetSparsePattern();Write:
void SetSparsePattern(const TSparsePattern Value);Remarks:
Use this property to instruct the linear system solver which of the results from the previous sparse system solution can be reused. This can be symbolic factorization and/or numeric factorization.
Declared in Dew::Math::TSparseMtx · Dew.Math/sparse.h · Cross-compiler