Skip to content

Add complex number support. #1

@PTNobel

Description

@PTNobel

Most masked functions are differentiable on the complex plane. np.absolute is the main exception.

Current plan for np.absolute:

  • Add a warning if applying np.absolute to a complex object
  • Assume that x.imag ~~ 0 and then differentiate along the real line.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions