LU factorisation of a block tridiagonal square matrix
|
|
3
|
141
|
January 17, 2025
|
[ANN] UnitfulTensors.jl: Efficient arrays with units
|
|
12
|
842
|
January 16, 2025
|
Solving Ax=B for large matrix dimensions efficiently in Julia
|
|
13
|
8337
|
January 15, 2025
|
Is there a way to find right-inverse (or left-inverse) of a matrix in Julia?
|
|
10
|
305
|
December 23, 2024
|
Symmetric view of sparse matrix CUDA.jl
|
|
0
|
33
|
December 13, 2024
|
Parameter inference problem with matrix inversions
|
|
8
|
72
|
December 6, 2024
|
Is there a rank revealing qr decomposition?
|
|
5
|
190
|
December 5, 2024
|
Tolerance for numerical-rank computation
|
|
9
|
166
|
December 3, 2024
|
Tolerance specification for pivoted Cholesky
|
|
8
|
1866
|
December 2, 2024
|
Static array multiplied by its adjoint seems to allocate
|
|
12
|
213
|
December 2, 2024
|
Make `LinearSolve` factorizations available in a standalone manner
|
|
1
|
67
|
November 29, 2024
|
FFT with @view
|
|
4
|
169
|
November 29, 2024
|
Pivoted Cholesky: Why is rank a private field/property?
|
|
6
|
122
|
November 23, 2024
|
Standardize code path to reconstruct factorizations
|
|
1
|
86
|
November 21, 2024
|
Representing a symmetric matrix factorization
|
|
3
|
98
|
November 21, 2024
|
Sparse non-square linear problem
|
|
3
|
58
|
November 15, 2024
|
Wrong rank of this simple matrix
|
|
2
|
135
|
November 11, 2024
|
LinearAlgebra.mul! for complex vectors very slow on Apple Silicon
|
|
5
|
196
|
November 8, 2024
|
Generalized Eigenvalue Problem with singular matrix
|
|
16
|
361
|
November 4, 2024
|
Sparse LU factorization on GPU
|
|
12
|
232
|
November 2, 2024
|
How to do high precision linear algebra with `exp` related functions?
|
|
2
|
93
|
November 1, 2024
|
Most Efficient Way to Compute a Quadratic Matrix Form
|
|
15
|
4118
|
October 27, 2024
|
Result of inner product of two CuArray with views is incorrect
|
|
2
|
125
|
October 22, 2024
|
Pseudoinverse x Factorization in a repeated linear solve: when to use which?
|
|
6
|
122
|
October 6, 2024
|
Choosing CPU for linear algebra: AMD 9950X or something else?
|
|
4
|
268
|
October 4, 2024
|
How to optimise a linear solve in a hot loop?
|
|
7
|
148
|
October 3, 2024
|
Does Julia recognize block, banded, and block-banded matrices?
|
|
6
|
127
|
October 2, 2024
|
Why re-use factorization(A) rather than inv(A)
|
|
7
|
539
|
September 30, 2024
|
Solve Large Scale Underdetermined Linear Equation with per Element Equality Constraint
|
|
16
|
227
|
September 25, 2024
|
Block Diagonal Factorization Performance
|
|
1
|
204
|
September 25, 2024
|