Skip to content

Add general_poly_recursion version of polynomial versions #11

@jarlebring

Description

@jarlebring

In the same sense as #6, it would be good to have some polynomial based graphs which are generated by calls to general_poly_recursion. Note that general_poly_recursion includes all polynomial based methods, e.g., for the monomial evalutation with coefficients c would be


x[1]=([0 1], [0 1])
x[2]=([0 0 1], [0 1 0])
x[3]=([0 0  0 1], [0 1 0 0])
...
x[p]=([0 .... 0 1],[0 1 0 ... 0](
z=c 
gen_general_poly_recursion(x,z)

Polynomial methods that can get equivalent alternative implementations:

  • gen_monomial -> gen_monomial_recursive
  • gen_horner -> gen_horner_recursive
  • gen_newton_schulz (still in dropbox) -> gen_newton_schulz_recursive

This is useful since we can the freedom of the additional coefficients (which are zero) can be used as graphs and initialization coefficients for GN.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      pFad - Phonifier reborn

      Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

      Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


      Alternative Proxies:

      Alternative Proxy

      pFad Proxy

      pFad v3 Proxy

      pFad v4 Proxy