Concatenate matrices without specifying the size of zero matrices
|
|
2
|
63
|
May 4, 2025
|
Julia analog to R's poly function, orthogonal polynomials throught QR decomposition
|
|
6
|
123
|
May 3, 2025
|
Get an eigvec by eigval, using eigvecs, only allow SymTridiagonal?
|
|
11
|
190
|
May 3, 2025
|
Please explain LinearAlgebra.__normalize!
|
|
3
|
121
|
May 3, 2025
|
How to set all elements in a lower triangular matrix?
|
|
6
|
114
|
May 2, 2025
|
Strange error in computing trace on product of symbolic matrices in Symbolics.jl
|
|
2
|
63
|
May 2, 2025
|
What is a recommended way to solve a linear equation?
|
|
20
|
876
|
May 1, 2025
|
About the show method for LinearAlgebra.jl objects
|
|
4
|
98
|
May 1, 2025
|
Retaining the property of Symmetric?
|
|
5
|
106
|
May 1, 2025
|
Add a UpperHessenberg row in LinearAlgebra.factorize?
|
|
8
|
112
|
April 30, 2025
|
Correct way to set MKL threads at runtime
|
|
4
|
92
|
April 28, 2025
|
Custom dot product for GMRES
|
|
14
|
224
|
April 28, 2025
|
A Brief Study of Memory Bound Application Performance on M3 Ultra and M4 Max in Julia
|
|
2
|
133
|
April 27, 2025
|
Could `svd!` support option `check=false` like `lu!` and other factorizations?
|
|
5
|
87
|
April 25, 2025
|
Matrix vector multiplication: impact of column major vs row major (M4 Max)
|
|
6
|
108
|
April 10, 2025
|
[ANN] UnitfulTensors.jl: Efficient arrays with units
|
|
17
|
1210
|
March 26, 2025
|
GEMM kernel, cache oblivious, and Strassen
|
|
3
|
263
|
March 23, 2025
|
Updating a row in sparse cholesky factorisation using CHOLMOD
|
|
2
|
79
|
March 15, 2025
|
Matrix (linear map function) exponential multiplied with vector in ExponentialUtilities.jl
|
|
10
|
87
|
March 15, 2025
|
AOCL (not MKL) acceleration on AMD Ryzen CPU's
|
|
15
|
1697
|
March 14, 2025
|
How to obtain U^-1 factor from sparse Cholesky factorization?
|
|
2
|
52
|
March 12, 2025
|
PyCall numpy vdot Vector{Float32} returns Float64
|
|
3
|
70
|
March 10, 2025
|
Linear system solution not working in CUDA
|
|
4
|
101
|
March 1, 2025
|
Performance Difference in Matrix Multiplication with Symmetric Matrices
|
|
3
|
87
|
February 10, 2025
|
Type instability and/or behavior instability of `sqrt` on nightly
|
|
3
|
335
|
February 3, 2025
|
Batched Matrix Multiply
|
|
11
|
3618
|
January 31, 2025
|
Solving AX=B with a matrix B of right-hand sides
|
|
1
|
124
|
January 27, 2025
|
Fastest way to calculate eigenvectors of 4x4 matrix
|
|
20
|
510
|
January 26, 2025
|
Computing the adjugate/cofactors of a matrix
|
|
0
|
80
|
January 25, 2025
|
LU factorisation of a block tridiagonal square matrix
|
|
3
|
154
|
January 17, 2025
|