The following tables list the members exposed by SparseSVD.
| Name | Description | |
|---|---|---|
| SparseSVD Constructor | Creates a new instance of the SparseSVD class computing the specified number of singular values and singular vectors. |
| Name | Description | |
|---|---|---|
| S | Returns a Matrix containing the computed singular values in its diagonal. | |
| U | Returns the computed left singular vectors. | |
| V | Returns the computed right singular vectors. |