Show / Hide Table of Contents

    Method SVDWithoutUV

    static member SVDWithoutUV: Tensor<'T> -> Tensor<'T>

    Computes the (batched) singular values of the specified matrix.

    Declaration
    static member SVDWithoutUV: a:Tensor<'T> -> Tensor<'T>
    Parameters
    Type Name Description
    Tensor<'T> a

    The input matrix or tensor to this operation.

    Returns
    Type Description
    Tensor<'T>

    A vector consisting of the singular values.

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