Show / Hide Table of Contents

    Method FillSVD

    member FillSVD: Tensor<'T> * Tensor<'T> * Tensor<'T> option -> unit

    Fills this tensor with the (batched) singular values of the specified matrix.

    Declaration
    member FillSVD: a:Tensor<'T> * trgtUV:Tensor<'T> * Tensor<'T> option -> unit
    Parameters
    Type Name Description
    Tensor<'T> a

    The input matrix or tensor to this operation.

    Tensor<'T> * Tensor<'T> option trgtUV

    The optional target tensors for the transformation matrices.

    Remarks

    The singular values are stored in this vector.

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