Method BatchedSVD
interface ITensorBackend<'T> with member BatchedSVD: ITensorFrontend<'T> * ITensorFrontend<'T> * ITensorFrontend<'T> option * ITensorFrontend<'T> -> unit
Declaration
interface ITensorBackend<'T> with member BatchedSVD: trgtS:ITensorFrontend<'T> * trgtUV:ITensorFrontend<'T> * ITensorFrontend<'T> option * src:ITensorFrontend<'T> -> unitParameters
| Type | Name | Description | 
|---|---|---|
| ITensorFrontend<'T> | trgtS | |
| ITensorFrontend<'T> * ITensorFrontend<'T> option | trgtUV | |
| ITensorFrontend<'T> | src |