ml-matrix
    Preparing search index...

    Function inverse

    • Computes the inverse of a matrix.

      Parameters

      • matrix: MaybeMatrix

        Matrix to invert.

      • OptionaluseSVD: boolean

        Use the singular value decomposition to compute the inverse. Default: false.

      Returns Matrix