Hello,
To calculate covariant matrix of input vector,
I need to get ‘un-sorted’ V/S from TDecompSVD
class. But it looks like TDecompSVD always
sort vector/matrices, so if I call GetSig()/GetU()/GetV()
they are always sorted according the the Sig vector.
How can I get unsorted S/V (and U)?
Thanks,
Chul Su