Skip to content

Added support for mixing integers and floats in matrix division.#509

Merged
ViralBShah merged 1 commit intoJuliaLang:masterfrom
pao:topic/matdiv
Mar 4, 2012
Merged

Added support for mixing integers and floats in matrix division.#509
ViralBShah merged 1 commit intoJuliaLang:masterfrom
pao:topic/matdiv

Conversation

@pao
Copy link
Copy Markdown
Member

@pao pao commented Mar 4, 2012

Fixes specific issue in #502. Ran into trouble trying to generalize it to complex types.

@StefanKarpinski
Copy link
Copy Markdown
Member

@ViralBShah: can you review this?

ViralBShah added a commit that referenced this pull request Mar 4, 2012
Added support for mixing integers and floats in matrix division.
@ViralBShah ViralBShah merged commit 58e819e into JuliaLang:master Mar 4, 2012
KristofferC pushed a commit that referenced this pull request Aug 4, 2018
* Refactor `REPLMode.parse_quotes`
KristofferC pushed a commit that referenced this pull request Aug 4, 2018
* Refactor `REPLMode.parse_quotes`
KristofferC pushed a commit that referenced this pull request Aug 4, 2018
* Refactor `REPLMode.parse_quotes`
KristofferC pushed a commit that referenced this pull request Feb 11, 2019
* Refactor `REPLMode.parse_quotes`
cmcaine added a commit to cmcaine/julia that referenced this pull request Nov 11, 2022
* Remove accumulate desc

* Remove pangram desc

* Remove perfect-numbers desc

* Integrate pythagorean-triplet desc

* Reinstate ASCII clarification in pangram desc
Keno pushed a commit that referenced this pull request Oct 9, 2023
We can eliminate this code since `:struct_type`/`:abstract_type`/`:primitive_type`
expressions no longer exist in v1.6 and higher.
jishnub pushed a commit that referenced this pull request Feb 16, 2024
Stdlib: SparseArrays
URL: https://github.com/JuliaSparse/SparseArrays.jl.git
Stdlib branch: main
Julia branch: master
Old commit: c9f7293
New commit: cb602d7
Julia version: 1.12.0-DEV
SparseArrays version: 1.11.0(Does not match)
Bump invoked by: @dkarrasch
Powered by:
[BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl)

Diff:
JuliaSparse/SparseArrays.jl@c9f7293...cb602d7

```
$ git log --oneline c9f7293..cb602d7
cb602d7 Add generic matmatmul for inplace sparse x sparse (#486)
95575c0 Speedup for `findmin()/findmax()` on sparse arrays (#510) (#511)
4cc31f2 Fix error message in getcommon() in cholmod (#509)
1748989 Move `fkeep!` docstring to the right function (#503)
1aa6431 Update ci.yml timeout (#507)
1f88ae1 Update ci.yml  - add codecov token (#504)
```

Co-authored-by: Dilum Aluthge <dilum@aluthge.com>
KristofferC pushed a commit that referenced this pull request Feb 26, 2024
Stdlib: SparseArrays
URL: https://github.com/JuliaSparse/SparseArrays.jl.git
Stdlib branch: main
Julia branch: master
Old commit: c9f7293
New commit: cb602d7
Julia version: 1.12.0-DEV
SparseArrays version: 1.11.0(Does not match)
Bump invoked by: @dkarrasch
Powered by:
[BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl)

Diff:
JuliaSparse/SparseArrays.jl@c9f7293...cb602d7

```
$ git log --oneline c9f7293..cb602d7
cb602d7 Add generic matmatmul for inplace sparse x sparse (#486)
95575c0 Speedup for `findmin()/findmax()` on sparse arrays (#510) (#511)
4cc31f2 Fix error message in getcommon() in cholmod (#509)
1748989 Move `fkeep!` docstring to the right function (#503)
1aa6431 Update ci.yml timeout (#507)
1f88ae1 Update ci.yml  - add codecov token (#504)
```

Co-authored-by: Dilum Aluthge <dilum@aluthge.com>
(cherry picked from commit ddd7afb)
tecosaur pushed a commit to tecosaur/julia that referenced this pull request Mar 4, 2024
…aLang#53361)

Stdlib: SparseArrays
URL: https://github.com/JuliaSparse/SparseArrays.jl.git
Stdlib branch: main
Julia branch: master
Old commit: c9f7293
New commit: cb602d7
Julia version: 1.12.0-DEV
SparseArrays version: 1.11.0(Does not match)
Bump invoked by: @dkarrasch
Powered by:
[BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl)

Diff:
JuliaSparse/SparseArrays.jl@c9f7293...cb602d7

```
$ git log --oneline c9f7293..cb602d7
cb602d7 Add generic matmatmul for inplace sparse x sparse (JuliaLang#486)
95575c0 Speedup for `findmin()/findmax()` on sparse arrays (JuliaLang#510) (JuliaLang#511)
4cc31f2 Fix error message in getcommon() in cholmod (JuliaLang#509)
1748989 Move `fkeep!` docstring to the right function (JuliaLang#503)
1aa6431 Update ci.yml timeout (JuliaLang#507)
1f88ae1 Update ci.yml  - add codecov token (JuliaLang#504)
```

Co-authored-by: Dilum Aluthge <dilum@aluthge.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.

4 participants