Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementations of polynomial manipulation functions polyval(), polyint(), and poly() #479

Merged
merged 2 commits into from
Feb 28, 2012

Conversation

pao
Copy link
Member

@pao pao commented Feb 28, 2012

These three functions are all used to compute arbitrary Adams-Bashforth coefficients for the multistep ODE solver. They approximate the MATLAB functions of the same names.

JeffBezanson added a commit that referenced this pull request Feb 28, 2012
Implementations of polynomial manipulation functions polyval(), polyint(), and poly()
@JeffBezanson JeffBezanson merged commit 17f1d3d into JuliaLang:master Feb 28, 2012
cmcaine pushed a commit to cmcaine/julia that referenced this pull request Nov 11, 2022
* issue JuliaLang#479 adding julia docs examples

* Fix formatting

Co-authored-by: Sascha Mann <git@mail.saschamann.eu>
Keno pushed a commit that referenced this pull request Oct 9, 2023
This was quite annoying to track down. The issue here was that
`replace_ssa!` modifies the passed expression, but it is possible for
there to be multiple references to the same copy of an expression in
`stmts`, so the replacement would be accidentally applied twice
generating wrong code.
Keno pushed a commit that referenced this pull request Oct 9, 2023
ViralBShah added a commit that referenced this pull request Jan 3, 2024
Stdlib: SparseArrays
URL: https://github.com/JuliaSparse/SparseArrays.jl.git
Stdlib branch: main
Julia branch: master
Old commit: f154de2
New commit: feb54ee
Julia version: 1.11.0-DEV
SparseArrays version: 1.11.0
Bump invoked by: @giordano
Powered by:
[BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl)

Diff:
JuliaSparse/SparseArrays.jl@f154de2...feb54ee

```
$ git log --oneline f154de2..feb54ee
feb54ee fix typo ("ArguementError") (#479)
8308232 Extend sparse kron to adjortrans of dense matrices (#474)
951837f Simplify calling Aqua (#473)
```

Co-authored-by: Dilum Aluthge <dilum@aluthge.com>
Co-authored-by: Viral B. Shah <ViralBShah@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants