Skip to content
Prev 12588 / 398502 Next

dist - memory

Pesl Thomas wrote:
As stated in the help for 'dist', the distance per row is computed, and
only the lower triangle is stored in a single vector.

Counting 8 bytes per numerical value, the memory used should be close to
8*nrows*nrows/2, upon which one should add the attributes of a dist
object should added (you may want to neglect as the number of rows gets
bigger).



Laurent