- bringToFront
void bringToFront()
Undocumented in source. Be warned that the author may not have intended to support it.
- popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.
- popFrontN
void popFrontN(size_t n)
Undocumented in source.
- putBack
void putBack()
Undocumented in source. Be warned that the author may not have intended to support it.
- putBackN
void putBackN(size_t n)
Undocumented in source.
- reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.
Struct that represent flat matrix. Useful for sliding windows.