Clever design for basis arrays
|
|
3
|
126
|
September 6, 2024
|
Some iterative solvers in LinearSolve ignore the initial conditions
|
|
2
|
83
|
September 1, 2024
|
Symbolics.jl with Linear Algebra+derivative
|
|
1
|
65
|
August 30, 2024
|
Is the linear system solver \ also multi threaded in Julia as in Matlab? And how to “multithread” it in Julia?
|
|
33
|
2341
|
August 29, 2024
|
Matrix inverse and multivariate normal distribution
|
|
2
|
70
|
August 28, 2024
|
Best way to calculate B' * A * B
|
|
1
|
103
|
August 19, 2024
|
Isposdef and eigvals do not agree
|
|
9
|
160
|
August 16, 2024
|
How to improve the scaling of Julia code aimed at multi-node parallelization?
|
|
38
|
466
|
August 14, 2024
|
Fastest way to perform A * B * A’
|
|
9
|
504
|
August 13, 2024
|
Fastest way to perform A[a,:] * B * A’[:,b] where a and b are vectors of indices
|
|
5
|
85
|
August 8, 2024
|
How to improve efficiency of my linear algebra code (matrix equivalency)
|
|
33
|
1243
|
July 29, 2024
|
Eigenvectors differ between julia and Wolfram/Delphi
|
|
2
|
188
|
July 26, 2024
|
Exponential of simple block triangular matrix
|
|
1
|
108
|
July 23, 2024
|
Finding *all* the eigenvalues of a sparse matrix?
|
|
25
|
831
|
July 18, 2024
|
Specialized matrix-matrix multiplication algorithm
|
|
5
|
364
|
July 9, 2024
|
Memory Allocation when using mul! with sparse arrays and views
|
|
4
|
368
|
July 8, 2024
|
Which pivoting strategy is used in `LinearAlgebra.bunchkaufman()` function for Bunch-Kaufman factorization when we still not using rook pivoting?
|
|
0
|
63
|
June 29, 2024
|
Matrix power not memory optimal
|
|
11
|
204
|
June 25, 2024
|
Convergence of gmres from IterativeSolvers in minimal examples
|
|
7
|
190
|
June 23, 2024
|
Preconditioner for Block PSD linear system
|
|
2
|
170
|
June 22, 2024
|
Fastest way to concatenate many arrays along existing axis?
|
|
5
|
175
|
June 19, 2024
|
Overhead of view / reshape / transpose in linear algebra
|
|
8
|
579
|
June 17, 2024
|
Efficient operations on vectors of static things
|
|
12
|
295
|
June 10, 2024
|
Solving linear system BC = X where B is a symmetric positive semi-definite matrix
|
|
7
|
235
|
June 6, 2024
|
Mul! with 3-dimensional array
|
|
3
|
188
|
June 6, 2024
|
Eigenvectors for a selected subset of eigenvalues
|
|
0
|
102
|
June 5, 2024
|
Is there any easy-to-use parallel linear solver in Julia?
|
|
5
|
988
|
June 3, 2024
|
Upgrading hardware for LinearAlgebra in Julia
|
|
14
|
632
|
May 23, 2024
|
Jordan norm in julia
|
|
6
|
281
|
May 23, 2024
|
How to convert a thread-parallelized code into a core-parallelized code?
|
|
3
|
282
|
May 19, 2024
|