Show / Hide Table of Contents

    Method Power

    interface ITensorBackend<'T> with member Power: ITensorFrontend<'T> * ITensorFrontend<'T> * ITensorFrontend<'T> -> unit

    Declaration
    interface ITensorBackend<'T> with member Power: trgt:ITensorFrontend<'T> * a:ITensorFrontend<'T> * b:ITensorFrontend<'T> -> unit
    Parameters
    Type Name Description
    ITensorFrontend<'T> trgt
    ITensorFrontend<'T> a
    ITensorFrontend<'T> b
    Overrides
    abstract member ITensorBackend.Power: ITensorFrontend<'T> * ITensorFrontend<'T> * ITensorFrontend<'T> -> unit
    Back to top Generated by DocFX