__declspec(property(get = GetSparseBlockSize, put = SetSparseBlockSize)) int SparseBlockSize;
The size of the block as used by UmfPack.
Read:
int GetSparseBlockSize();Write:
void SetSparseBlockSize(const int Value);Remarks:
This parameter gets/sets the UMFPACK_BLOCK_SIZE control parameter of the Umfpack sparse solver.
Declared in Dew::Math::TSparseMtx · Dew.Math/sparse.h · Cross-compiler