-
- [ ] iarray_linalg_inverse
- [ ] iarray_linalg_dot
- [ ] iarray_linalg_svd
- [ ] iarray_linalg_lstsq
- [ ] iarray_linalg_det
- [ ] iarray_linalg_qr
- [ ] iarray_linalg_choleski
- [ ] iarray_li…
stoni updated
2 years ago
-
Currently, the ContinuousPieceWiseLinearFunction limits domain values to the interval [0.0, 1.0]. This is well suited for catching errors in the original use of these functions (offset-functions for A…
-
It would be interesting to have the possibility to numerically simulate the full Ising Hamiltonian (as an Hermitian complex matrix) time evolution during the annealing process. This would allow to stu…
-
I implemented several linear operators related to solve control problems. An example is the Lyapunov operator L: X -> AX+XA', where A is a squre matrix. This operator acts usually on symmetric/hermiti…
-
After I installed MinkowskiEngine, there were no operators such as Minkowski Depthwise Convolution and Minkowski Linear
-
We've known about this for a while now, I think it's time to at least make it an official feature-request. A solution is not urgent, though.
Matrices which are used in `ODEPrior` are, more often th…
-
This task will involve development within nvFuser and Thunder.
**Current status:**
In Thunder, we have the compile flags `nvf_enable_matmul` and `nvf_enable_linear` to allow nvfuser to optionally acc…
-
# 🐛 Bug
`torch.cat` fails for linear operators.
## To reproduce
** Code snippet to reproduce **
```python
from linear_operator.operators import DiagLinearOperator
import torch
D = DiagL…
-
- Add a boolean member called `symmetric` that defines is the operator is symmetric or not. This will be always False if the operator is not square, while it can be fixed for a square operator or depe…
-
Once we have #737 it would make a lot of sense to decide on a similar base class for non-linear operators. We could have
`Operator -> DifferentiableOperator -> LinearOperator`.
- `Operator` would h…