Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Add Householder's method #163

Merged
merged 3 commits into from
Oct 29, 2024
Merged

Add Householder's method #163

merged 3 commits into from
Oct 29, 2024

Conversation

tansongchen
Copy link
Contributor

@tansongchen tansongchen commented Oct 2, 2024

Checklist

  • Appropriate tests were added
  • Any code changes were done in a way that does not break public API
  • All documentation related to code changes were updated
  • The new code follows the
    contributor guidelines, in particular the SciML Style Guide and
    COLPRAC.
  • Any new documentation only uses public API

Additional context

Add the Householder's method with arbitrary order. It is added as an extension that depends on TaylorDiff.jl.

Comment on lines 6 to 12

Internally, this uses TaylorDiff.jl for the automatic differentiation.

### Type Parameters
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that import TaylorDiff is required to use the method.

@tansongchen
Copy link
Contributor Author

Julia v1.11 breaks a lot of things, but it seems that no failing is related to this change

@ChrisRackauckas
Copy link
Member

Rebase so you get lts tests

@ChrisRackauckas ChrisRackauckas changed the title [WIP] Add Householder's method Add Householder's method Oct 29, 2024
@ChrisRackauckas ChrisRackauckas merged commit a24bff1 into SciML:main Oct 29, 2024
14 of 33 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants