[Lapackpp-devel] LaSVD_IP() Error for only 'sigma' matrix
Status: Beta
Brought to you by:
cstim
From: Jacob \(Jack\) G. <jg...@cs...> - 2004-12-18 23:59:24
|
Hi, The function: void LaSVD_IP(LaGenMatDouble& A, LaVectorDouble &Sigma); When run on a 3x3 matrix, doesn't seem to work, it gives some sort of error about parameter 7 to the lapack call has an invalid parameter. (Probably lwork again). For now, I'm just using the call that stores U, Sigma and VT. Sorry I can't be more specific at the moment, I didn't get a chance to report this when I found the problem. Jack |