-
Using `opnorm` on a sparse matrix (of type `SparseMatrixCSC`) gives this error:
```
ERROR: ArgumentError: 2-norm not yet implemented for sparse matrices. Try opnorm(Array(A)) or opnorm(A, p) where p…
-
```
What steps will reproduce the problem?
1. use merton 2 sequence
2. use frames 3 and 2 to initialize the reconstruction
3. you will see that the reconstruction is jacked up
4. Using ground truth ma…
-
On v0.1.25 on OSX, I get the following error when computing gradients from the following jit-compiled function.
```python
import numpy as onp
import jax.numpy as np
from jax import grad, jit
…
-
We still don't have a gradient implementation for `Eig` (and a few other `aesara.linalg` `Op`s like https://github.com/aesara-devs/aesara/issues/836). [Here's](https://github.com/aesara-devs/aesara/p…
-
Planned improvements for LinearAlgebra module.
## Features
- [ ] Distributed support
- [ ] GPU support via cuBLAS / clBLAS
- [ ] Feature completeness of dense local linear algebra (https://githu…
-
Gulp...
Is this worth doing?
It will allow us to integrate more nicely with BLAS/LAPACK - and we get things like free transposition as a result. We currently have a lot of the framework to do this b…
-
Hello! I try to make code for bioequivalence studies and validate it with reference datasets (https://www.ncbi.nlm.nih.gov/pubmed/25212768). I use dataset: https://static-content.springer.com/esm/art…
-
# Halevi-Shoup Matrix Multiplication
Matrix multiplications are ubiquitous across applications involving machine learning, computer vision, search, and more. Providing an efficient method of matrix…
-
### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
Yes
### Source
source
### TensorFlow version
2.15.0-dev20231005
### Custom code
Yes
### OS pla…
-
Currently PyTorch has a spectral matrix norm implementation based on power iteration hidden inside the SpectralNorm. Since new `torch.norm` supports matrix norms (e.g. nuclear norm), it may be good to…