https://github.com/JuliaLang/julia
Revision 2c81e5d1033b38667b4f3b1a9af5d7e616385dd1 authored by Jishnu Bhattacharya on 12 March 2024, 02:05:27 UTC, committed by GitHub on 12 March 2024, 02:05:27 UTC
These methods are not necessary, as the fallback methods for
`StructuredArrays` on line 577 and 578 do the same.
1 parent dcd1fb2
Raw File
Tip revision: 2c81e5d1033b38667b4f3b1a9af5d7e616385dd1 authored by Jishnu Bhattacharya on 12 March 2024, 02:05:27 UTC
Linalg: remove unnecessary matprod_dest specializations (#53620)
Tip revision: 2c81e5d
CITATION.cff
# Official format description at https://citation-file-format.github.io
cff-version: 1.2.0
message: "Cite this paper whenever you use Julia"
authors:
- family-names: "Bezanson"
  given-names: "Jeff"
- family-names: "Edelman"
  given-names: "Alan"
- family-names: "Karpinski"
  given-names: "Stefan"
- family-names: "Shah"
  given-names: "Viral B."
title: "Julia: A fresh approach to numerical computing"
version: "v1"
license: "MIT"
doi: "10.1137/141000671"
date-released: 2017-02-07
url: "https://julialang.org"
preferred-citation:
  authors:
    - family-names: "Bezanson"
      given-names: "Jeff"
    - family-names: "Edelman"
      given-names: "Alan"
    - family-names: "Karpinski"
      given-names: "Stefan"
    - family-names: "Shah"
      given-names: "Viral B."
  doi: "10.1137/141000671"
  journal: "SIAM Review"
  month: 9
  start: 65
  end: 98
  pages: 33
  title: "Julia: A fresh approach to numerical computing"
  type: article
  volume: 59
  issue: 1
  year: 2017
  publisher:
    name: "SIAM"
back to top