GEMM kernel, cache oblivious, and Strassen
|
|
3
|
244
|
March 23, 2025
|
Updating a row in sparse cholesky factorisation using CHOLMOD
|
|
2
|
75
|
March 15, 2025
|
Matrix (linear map function) exponential multiplied with vector in ExponentialUtilities.jl
|
|
10
|
78
|
March 15, 2025
|
AOCL (not MKL) acceleration on AMD Ryzen CPU's
|
|
15
|
1615
|
March 14, 2025
|
How to obtain U^-1 factor from sparse Cholesky factorization?
|
|
2
|
45
|
March 12, 2025
|
PyCall numpy vdot Vector{Float32} returns Float64
|
|
3
|
66
|
March 10, 2025
|
[ANN] UnitfulTensors.jl: Efficient arrays with units
|
|
16
|
1097
|
March 5, 2025
|
Linear system solution not working in CUDA
|
|
4
|
100
|
March 1, 2025
|
Performance Difference in Matrix Multiplication with Symmetric Matrices
|
|
3
|
85
|
February 10, 2025
|
Type instability and/or behavior instability of `sqrt` on nightly
|
|
3
|
325
|
February 3, 2025
|
Batched Matrix Multiply
|
|
11
|
3586
|
January 31, 2025
|
Solving AX=B with a matrix B of right-hand sides
|
|
1
|
115
|
January 27, 2025
|
Fastest way to calculate eigenvectors of 4x4 matrix
|
|
20
|
457
|
January 26, 2025
|
Computing the adjugate/cofactors of a matrix
|
|
0
|
72
|
January 25, 2025
|
LU factorisation of a block tridiagonal square matrix
|
|
3
|
151
|
January 17, 2025
|
Is there a way to find right-inverse (or left-inverse) of a matrix in Julia?
|
|
10
|
338
|
December 23, 2024
|
Symmetric view of sparse matrix CUDA.jl
|
|
0
|
34
|
December 13, 2024
|
Parameter inference problem with matrix inversions
|
|
8
|
73
|
December 6, 2024
|
Is there a rank revealing qr decomposition?
|
|
5
|
230
|
December 5, 2024
|
Tolerance for numerical-rank computation
|
|
9
|
174
|
December 3, 2024
|
Tolerance specification for pivoted Cholesky
|
|
8
|
1874
|
December 2, 2024
|
Static array multiplied by its adjoint seems to allocate
|
|
12
|
215
|
December 2, 2024
|
Make `LinearSolve` factorizations available in a standalone manner
|
|
1
|
69
|
November 29, 2024
|
FFT with @view
|
|
4
|
175
|
November 29, 2024
|
Pivoted Cholesky: Why is rank a private field/property?
|
|
6
|
129
|
November 23, 2024
|
Standardize code path to reconstruct factorizations
|
|
1
|
89
|
November 21, 2024
|
Representing a symmetric matrix factorization
|
|
3
|
102
|
November 21, 2024
|
Sparse non-square linear problem
|
|
3
|
58
|
November 15, 2024
|
Wrong rank of this simple matrix
|
|
2
|
140
|
November 11, 2024
|
LinearAlgebra.mul! for complex vectors very slow on Apple Silicon
|
|
5
|
249
|
November 8, 2024
|