-
-
Notifications
You must be signed in to change notification settings - Fork 35
Closed
Labels
designDesign of APIs or of the language itselfDesign of APIs or of the language itselfneeds decisionA decision on this change is neededA decision on this change is needed
Description
Some A[t|c]_mul_B[t|c][!] signatures involving several arguments have said arguments ordered in the style of BLAS/LAPACK rather than Julia, for example
A_mul_B!(α::Number, A::SparseMatrixCSC, B::StridedVecOrMat, β::Number, C::StridedVecOrMat)Such method signatures could perhaps use revision. See JuliaLang/julia#20053 (comment) and JuliaLang/julia#20053 (comment) for the discussion that precipitated this issue. Best!
Metadata
Metadata
Assignees
Labels
designDesign of APIs or of the language itselfDesign of APIs or of the language itselfneeds decisionA decision on this change is neededA decision on this change is needed