__declspec(property(get = GetSubDiag, put = SetSubDiag)) int SubDiag;
The number of subdiagonals in banded matrices.
Read:
int GetSubDiag() const;Write:
void SetSubDiag(const int value) const;Remarks:
Sets/reads the number of subdiagonals in banded matrices.
See Also: Matrix::SuperDiag, TMtxType
Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler