Show / Hide Table of Contents

    Method FillPseudoInvert

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

    Fills this tensor with the (batched) Moore-Penrose pseudo-inverse of the specified matrix.

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

    The input matrix or tensor to this operation.

    'T option rCond

    The cut-off value for the singular values. (default: 1e-15)

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