Standardize code path to reconstruct factorizations
|
|
1
|
95
|
November 21, 2024
|
Representing a symmetric matrix factorization
|
|
3
|
107
|
November 21, 2024
|
Sparse non-square linear problem
|
|
3
|
68
|
November 15, 2024
|
Wrong rank of this simple matrix
|
|
2
|
154
|
November 11, 2024
|
LinearAlgebra.mul! for complex vectors very slow on Apple Silicon
|
|
5
|
322
|
November 8, 2024
|
Generalized Eigenvalue Problem with singular matrix
|
|
16
|
565
|
November 4, 2024
|
Sparse LU factorization on GPU
|
|
12
|
495
|
November 2, 2024
|
How to do high precision linear algebra with `exp` related functions?
|
|
2
|
113
|
November 1, 2024
|
Most Efficient Way to Compute a Quadratic Matrix Form
|
|
15
|
4299
|
October 27, 2024
|
Result of inner product of two CuArray with views is incorrect
|
|
2
|
128
|
October 22, 2024
|
Pseudoinverse x Factorization in a repeated linear solve: when to use which?
|
|
6
|
134
|
October 6, 2024
|
Choosing CPU for linear algebra: AMD 9950X or something else?
|
|
4
|
486
|
October 4, 2024
|
How to optimise a linear solve in a hot loop?
|
|
7
|
170
|
October 3, 2024
|
Does Julia recognize block, banded, and block-banded matrices?
|
|
6
|
154
|
October 2, 2024
|
Why re-use factorization(A) rather than inv(A)
|
|
7
|
588
|
September 30, 2024
|
Solve Large Scale Underdetermined Linear Equation with per Element Equality Constraint
|
|
16
|
251
|
September 25, 2024
|
Block Diagonal Factorization Performance
|
|
1
|
218
|
September 25, 2024
|
Linear solve slower with Banded Matrix
|
|
8
|
139
|
September 25, 2024
|
Optimizing sums of products (dot products)
|
|
17
|
594
|
September 24, 2024
|
Cholesky Decomposition of a Sparse Symmetric Positive Semidefinite (SPSD) Singular Matrix
|
|
19
|
306
|
September 23, 2024
|
Cholesky decomposition of low-rank positive-semidefinite matrix
|
|
4
|
2574
|
September 21, 2024
|
[ANN] TypedMatrices.jl – An Extensible Julia Matrix Collection Utilizing Type System
|
|
0
|
259
|
September 21, 2024
|
Clever design for basis arrays
|
|
3
|
136
|
September 6, 2024
|
Some iterative solvers in LinearSolve ignore the initial conditions
|
|
2
|
99
|
September 1, 2024
|
Symbolics.jl with Linear Algebra+derivative
|
|
1
|
98
|
August 30, 2024
|
Is the linear system solver \ also multi threaded in Julia as in Matlab? And how to “multithread” it in Julia?
|
|
33
|
2431
|
August 29, 2024
|
Matrix inverse and multivariate normal distribution
|
|
2
|
120
|
August 28, 2024
|
Best way to calculate B' * A * B
|
|
1
|
122
|
August 19, 2024
|
Isposdef and eigvals do not agree
|
|
9
|
179
|
August 16, 2024
|
How to improve the scaling of Julia code aimed at multi-node parallelization?
|
|
38
|
575
|
August 14, 2024
|