Show / Hide Table of Contents

    Method copy

    val copy: ITensor -> ITensor

    Returns a copy of the tensor.

    Declaration
    val copy: a:ITensor -> ITensor
    Parameters
    Type Name Description
    ITensor a

    The tensor to copy.

    Returns
    Type Description
    ITensor

    A copy of the tensor.

    See Also
    static member copy: Tensor<'T> * TensorOrder option -> Tensor<'T>
    Back to top Generated by DocFX