issues
search
patrick-kidger
/
lineax
Linear solvers in JAX and Equinox. https://docs.kidger.site/lineax
Apache License 2.0
365
stars
24
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Smoothing Methods like Jacobi & Gauss-Seidel
#116
Ceyron
opened
3 days ago
5
Batch mode for `A X = B` with B a `n x m` matrix
#115
vboussange
opened
4 days ago
3
Support C->R case
#114
Randl
opened
6 days ago
1
AMG support?
#113
MRiabov
opened
1 week ago
1
Imposing a non-zero norm on the solution to Ax=0.
#112
gautierronan
closed
2 weeks ago
1
Diagonal solver now works with differently input+output structures
#111
patrick-kidger
closed
1 month ago
0
Crash fix for latest JAX + new release.
#110
patrick-kidger
closed
1 month ago
0
Creating JacobianLinearOperator fails with confusing error
#109
johannahaffner
closed
2 days ago
2
Failure to raise error for ill-posed system if using LU and 32-bit
#108
johannahaffner
opened
2 months ago
2
Doc fix for two_norm
#107
patrick-kidger
closed
3 months ago
0
Interpret scalar transformations as diagonal
#106
NeilGirdhar
closed
3 months ago
2
Follow conjugation convention in `tree_dot`
#105
Randl
closed
3 months ago
5
Differentiating w.r.t. initial guess throws an error
#104
romanodev
opened
3 months ago
2
Make identity operator return matrix with matching dtype
#103
Randl
closed
3 months ago
1
Added test for grad-of-vmap
#102
patrick-kidger
closed
2 months ago
0
TypeError when attempting grad of vmap
#101
rhacking
closed
3 months ago
2
fix for JAX issue #22011, adding transpose rule for stop_gradient
#100
dkweiss31
closed
3 months ago
3
a vs _a
#99
lockwo
closed
5 months ago
1
Bug in QR solver for Tikhnov regularised matrices
#98
packquickly
opened
5 months ago
2
New solver based on Woodbury matrix identity
#97
aidancrilly
opened
5 months ago
0
Block operators / solvers
#96
f0uriest
opened
6 months ago
1
Bump jinja2 from 3.0.3 to 3.1.4 in /docs
#95
dependabot[bot]
closed
6 months ago
1
Bump version
#94
patrick-kidger
closed
7 months ago
0
Update jax dependency
#93
Randl
closed
7 months ago
2
Add complex-related stuff to docs and examples
#92
Randl
closed
7 months ago
2
Norm should return float rather than complex
#91
Randl
closed
8 months ago
1
Fix the inner product order in BiCG, add abs to CG
#90
Randl
closed
8 months ago
0
Add casts in additional place to satisfy strict typing for complex case
#89
Randl
closed
7 months ago
5
AbstractTraceEstimation
#88
quattro
closed
8 months ago
3
Fixed and added tests for JacobianLinearOperator(jac="bwd")
#87
patrick-kidger
closed
8 months ago
0
Implementation of LSMR for iterative least squares.
#86
f0uriest
opened
8 months ago
2
Iterative least squares solvers
#85
f0uriest
opened
8 months ago
1
grad-of-vmap-of-linear_solve with symbolic zero cotangents no longer crashes
#84
patrick-kidger
closed
7 months ago
0
Why is a non-materialised FunctionLinearOperator recompiled for every new input?
#83
gawelk
opened
9 months ago
1
Help debugging solver failure
#82
FFroehlich
closed
9 months ago
5
On a failed solve, check whether the input was NaN as well
#81
patrick-kidger
opened
9 months ago
0
New solver for block tridiagonal matrices
#80
aidancrilly
opened
9 months ago
7
Batched JAX linear solves bugged for large batches
#79
ma-gilles
opened
10 months ago
5
Bump jinja2 from 3.0.3 to 3.1.3 in /docs
#78
dependabot[bot]
closed
9 months ago
1
Raise error while throw=False
#77
mariogeiger
closed
10 months ago
2
Now performing less caching
#76
patrick-kidger
closed
9 months ago
0
added flag whether to use forward or reverse AD in jacobian operator
#75
thibmonsel
closed
9 months ago
3
Now using strict=True
#74
patrick-kidger
closed
9 months ago
0
Fix wrong version being reported at runtime
#73
patrick-kidger
closed
10 months ago
0
Now using strict dtype/rank promotion in tests.
#72
patrick-kidger
closed
10 months ago
0
Added option to skip closure-conversion of functions
#71
patrick-kidger
closed
11 months ago
0
Internal `sum_squares` returns unexpected result for composed linear operators
#70
quattro
closed
11 months ago
1
Make package available on conda-forge
#69
Froskekongen
closed
11 months ago
2
dev
#68
patrick-kidger
closed
11 months ago
0
Fixed PyTreeLinearOperator.as_matrix with zero-sized pytrees
#67
patrick-kidger
closed
11 months ago
0
Next