SVD
From Jacket Wiki
Back to Function List
Singular value decomposition
Usage
| Jacket for M Language | |||||||||||
| Supported Syntax | |||||||||||
s = svd(X) [U,S,V] = svd(X) [U,S,V] = svd(X,0) [U,S,V] = svd(X,'econ') |
|||||||||||
|
|||||||||||
Notes
- For [U,S,V] = SVD(X), U and V are not unique and so the GPU results may not match MATLAB's values, but this is acceptable.
- Base Jacket supports real, single-precision inputs. Complex and double-precision inputs require Jacket DLA.