void PixelDownSample(TMtx *Dst, int Pixels = 500, TPixelDownSample mode = TPixelDownSample::pdsPattern);
Reduces dense matrix for screen display (bitmap) to show the non-zero pattern.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | TMtx * | |
| 2 | Pixels = 500 | int | |
| 3 | mode = TPixelDownSample::pdsPattern | TPixelDownSample |
Remarks:
Creates a reduced size Dst dense matrix for screen display (bitmap) to show the non-zero pattern. Pixels parameter defines the target number of pixels to reduce TSparseMtx::Rows and TSparseMtx::Cols to. The Mode parameter defines how reduced matrix will be constructed.
See Also: TPixelDownSample
Declared in Dew::Math::TSparseMtx · Dew.Math/sparse.h · Cross-compiler