I count that as a bug in the SVD class. On Fri, Jul 1, 2011 at 4:45 PM, Greg Sterijevski <gsterijev...@gmail.com>wrote:
> You are correct that moving these operations to an external class would > expose details of data storage and break encapsulation. However, this is > done consistently throughout math commons-look at the principal components > class. The SVD class asks for a reference to the data array (if memory > serves me). >