Show / Hide Table of Contents

    Method Cosh

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

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