Show / Hide Table of Contents

    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> -> unit
    Parameters
    Type Name Description
    ITensorFrontend<'T> trgtS
    ITensorFrontend<'T> * ITensorFrontend<'T> option trgtUV
    ITensorFrontend<'T> src
    Overrides
    abstract member ITensorBackend.BatchedSVD: ITensorFrontend<'T> * ITensorFrontend<'T> * ITensorFrontend<'T> option * ITensorFrontend<'T> -> unit
    Back to top Generated by DocFX