jingyuzhu / efficient-java-matrix-library

Automatically exported from code.google.com/p/efficient-java-matrix-library
0 stars 0 forks source link

CovarianceRandomDraw documentation incorrectly states that argument cov is no modified #41

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The documentation of class CovarianceRandomDraw incorrectly states that 
argument cov is no modified. In fact, the body of the constructor contains a 
call to choleky.decompose(cov), which modifies cov.

Original issue reported on code.google.com by alexandr...@gmail.com on 25 Jan 2014 at 4:00

GoogleCodeExporter commented 8 years ago
Fixed seed SVN.  The code was written before there was a flag which indicates 
if the input was modified or not to a decomposition.  A unit has been added. 
Sorry about that.

Original comment by peter.ab...@gmail.com on 25 Jan 2014 at 6:12