The SymmetricMatrix is only a decorated around existing matrices. If one wants
to use a dense format, the Symmetric matrix will still require the full N^2
memory storage since the backing matrix would still create all the potential
space used. For dense matrices, this shouldn't be a decorator, it should just
be it's own implementation that guarantees 1/2 memory usage.
Original issue reported on code.google.com by FozzietheBeat@gmail.com on 27 Sep 2011 at 3:46
Original issue reported on code.google.com by
FozzietheBeat@gmail.com
on 27 Sep 2011 at 3:46