np_svd
Decompose an array into singular values and vectors using SVD. Specify whether to compute full matrices.
Instructions
Singular Value Decomposition.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| array | Yes | The input array. | |
| full_matrices | No | Whether to compute full SVD (default: False). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||