m / n [terminology]
Terminology¶
Usage¶
- Use
nfor the size of a one-dimensional sequence. - Use
mandnfor matrix dimensions:m: number of rowsn: number of columns
- Do not use
nas a generic element variable. - Cache the size when it is used repeatedly or makes loop bounds clearer.