-
-
Notifications
You must be signed in to change notification settings - Fork 21
Insights: JuliaLang/LinearAlgebra.jl
Overview
Could not load contribution data
Please try again later
57 Pull requests merged by 11 people
-
Update generic.jl
#1343 merged
May 9, 2025 -
Char
uplo inBidiagonal
constructor#1342 merged
May 9, 2025 -
Document SingularException throw for inv(::AbstractMatrix)
#1331 merged
May 8, 2025 -
Simplify logic in Diagonal-Tridiagonal multiplication
#1338 merged
May 8, 2025 -
Make
fillstored!
public#1333 merged
May 6, 2025 -
Change
1:size
toaxes
in bidiag mul#1337 merged
May 5, 2025 -
Move testhelper imports to the top of test files
#1336 merged
May 5, 2025 -
Unwrap triangular matrices in broadcast
#1332 merged
May 4, 2025 -
add missing methods for division of Hessenberg matrices
#1322 merged
May 4, 2025 -
Change the implementation of
rotate!
to avoid unary minus#1323 merged
May 4, 2025 -
2-element
size
in allocating structured broadcast destination#1329 merged
May 3, 2025 -
Change constructions to assertions in structured broadcast tests
#1330 merged
May 2, 2025 -
Fix multiplication with empty
HessenbergQ
#1326 merged
May 1, 2025 -
iszero
check in hessenberg setindex#1327 merged
May 1, 2025 -
Fix empty
Tridiagonal
broadcast#1324 merged
Apr 30, 2025 -
Eigvecs for specific eigvals for Symmetric/Hermitian
#1268 merged
Apr 30, 2025 -
Copy matrices in
triu
/tril
if no zero exists for theeltype
#1320 merged
Apr 28, 2025 -
Avoid symmetrizing diagonal in hermitian power
#1321 merged
Apr 28, 2025 -
Refine column ranges in
_isbanded_impl
#1267 merged
Apr 28, 2025 -
Hermitian{<:Real}
andSymmetric
share conjugation#1319 merged
Apr 28, 2025 -
CartesianIndex
constructor forBandIndex
#1304 merged
Apr 27, 2025 -
Symmetry check in
setindex!
forSymmetric
/Hermitian
#1317 merged
Apr 27, 2025 -
Branch on Bool alpha in bidiag matmul
#1257 merged
Apr 26, 2025 -
Only
@noinline
error path inmatmul_size_check
#1310 merged
Apr 26, 2025 -
Band indexing for adj/trans
#1299 merged
Apr 26, 2025 -
WIP: Try use method deletion instead of custom sysimage
#1312 merged
Apr 25, 2025 -
setindex!
withBandIndex
#1259 merged
Apr 25, 2025 -
correctly forward
io
argument inshow
method#1306 merged
Apr 24, 2025 -
Add
diagm
example#1298 merged
Apr 24, 2025 -
Check types locally in triangular tests
#1308 merged
Apr 24, 2025 -
Reduce allocations in triangular tests
#1309 merged
Apr 24, 2025 -
Fewer
MulAddMul
branches inDiagonal
-triangular mul#1272 merged
Apr 23, 2025 -
Precise
axes
ingeneric_mattrimul!
#1300 merged
Apr 23, 2025 -
Inline
generic_matmatmul!
branch in strided triangular matmul#1262 merged
Apr 23, 2025 -
Fix docstring for reflectorApply!
#1301 merged
Apr 23, 2025 -
Test two combinations in triangular test sets
#1294 merged
Apr 22, 2025 -
fix herk with complex α
#1297 merged
Apr 22, 2025 -
Unaliasing and short-circuiting in
copytrito!
#1287 merged
Apr 22, 2025 -
add generic syrk/herk
#1249 merged
Apr 22, 2025 -
Compile-time check for zero alpha in matmul
#1293 merged
Apr 22, 2025 -
Treat real transposes like adjoint in internal dispatch
#1296 merged
Apr 22, 2025 -
Matrix constructor for triangular
#1282 merged
Apr 21, 2025 -
Multiplication instead of division in triangular eigen test
#1295 merged
Apr 21, 2025 -
Branch on
Bool
alpha
in scalingmul!
#1286 merged
Apr 20, 2025 -
Fix exponentiation with immutable matrix
#1289 merged
Apr 15, 2025 -
Fix
lmul!
/rmul!
for 0-sized matrices#1290 merged
Apr 15, 2025 -
Test for
versioninfo
withENV
variable#1279 merged
Apr 15, 2025 -
Fit broken matmul test
#1288 merged
Apr 14, 2025 -
Propagate inbounds in diagzero
#1285 merged
Apr 14, 2025 -
Clean up
herk_wrapper!
and add 5-arg tests#1254 merged
Apr 13, 2025 -
versioninfo
: simplify, improve type stability#1274 merged
Apr 12, 2025 -
Speicalize
copy!
for triangular, and usecopy!
inldiv
#1263 merged
Apr 12, 2025 -
Forward scaling
lmul!
/rmul!
forTridiagonal
to bands#1284 merged
Apr 11, 2025 -
Explicit loop in converting
Bidiagonal
/Tridiagonal
toMatrix
#1283 merged
Apr 11, 2025 -
Simplify small Bidiagonal-AbstractVecOrMat multiplication
#1278 merged
Apr 10, 2025 -
Test for empty
Symmetric
andBlasFlag.NONE
#1280 merged
Apr 10, 2025 -
Remove bounds-checking in
Bidiagonal
rdiv!
#1281 merged
Apr 10, 2025
8 Pull requests opened by 3 people
-
Bounds-checking in triangular indexing branches
#1305 opened
Apr 23, 2025 -
Size check in 2-argument `mul`
#1315 opened
Apr 26, 2025 -
Test Diagonal functions against non-dense matrices
#1316 opened
Apr 27, 2025 -
Out-of-place `triu`/`tril` for `Symmetric` in each branch
#1318 opened
Apr 27, 2025 -
Structured broadcasting for UpperHessenberg
#1325 opened
Apr 30, 2025 -
Test: prune old LA based on ENV variable
#1335 opened
May 4, 2025 -
Cleanup and generalize functions of Hermitian matrices
#1340 opened
May 7, 2025 -
Clarify the structure of Bunch-Kaufman factors
#1341 opened
May 8, 2025
6 Issues closed by 4 people
-
Feature request: ispossemidef function
#1232 closed
May 8, 2025 -
Multiplication with HessenbergQ broken for empty matrices
#1292 closed
May 1, 2025 -
Consider using method deletion instead of custom sysimage
#1311 closed
Apr 29, 2025
6 Issues opened by 5 people
-
Test failure in `LinearAlgebra/lapack`
#1339 opened
May 5, 2025 -
`syevd!` is reporting more errors respect to `syevr!`
#1313 opened
Apr 25, 2025 -
ERROR: IOError: could not spawn `/shells/bash -c '(pwd) && true'`: no such file or directory (ENOENT)
#1307 opened
Apr 24, 2025 -
Are we using a `Manifest.toml` for v1.12 in tests?
#1303 opened
Apr 23, 2025 -
Convert between QR and QRCompactWY
#1302 opened
Apr 23, 2025 -
Wrong `eltype` in 3-arg `*`
#1291 opened
Apr 15, 2025
5 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Handling of non-square `AbstractQ`
#1172 commented on
Apr 25, 2025 • 0 new comments -
evalpoly for matrix polynomials
#1163 commented on
Apr 15, 2025 • 0 new comments -
Don't zero out destination in generic_matvecmul
#1242 commented on
May 8, 2025 • 0 new comments -
Sparse Eigenbasis Approximation (SEBA) algorithm added.
#1260 commented on
Apr 10, 2025 • 0 new comments -
Generic path in `ldiv!` for `Diagonal`
#1261 commented on
May 3, 2025 • 0 new comments