-
**Describe the bug**
An output from DeCaL is shown in the screenshot. The full name of the files contain .ply followed by _align_merged_mrk.json. When GPA is loading this type of file, it is truncati…
-
# Linear transformations, Eigenvectors and Eigenvalues - an easy explanation | andreinc
A short mathematical explanatory article on Linear Transformations, Eigenvalues and Eigenvectors.
[https://www…
-
### 🚀 The feature, motivation and pitch
I'm using torch.linalg.eigh, but I have found it to be very slow compared to the tensorflow implementation of the same method.
See the following code for t…
-
**Describe the bug**
The use of [SciPy shifted invert mode](https://docs.scipy.org/doc/scipy/tutorial/arpack.html#shift-invert-mode) ([code](https://github.com/cvxpy/cvxpy/blob/3310da69e9dd1c10af65d6…
-
@nakatsukasayuji and I have noticed that if you ask 'eigs' for the eigenvalues of a linear operator whose boundary conditions are at a single point, it gives you an answer:
```
>> L = chebop(-1,1); …
-
"It could be interesting to try other norms that are less expensive than the spectral norm, particularly the trace norm (the sum of eigenvalues when $B_k>0$)
-
## 🚀 Feature
Computation of a subset of eigenvalues and eigenvectors
Inspired by [MATLAB eigs](https://it.mathworks.com/help/matlab/ref/eigs.html#bu2_q3e-sigma):
o = torch.eigs(A, B, k, sig…
-
| | |
| --- | --- |
| Bugzilla Link | [18995](https://llvm.org/bz18995) |
| Version | 3.4 |
| OS | MacOS X |
| CC | @DougGregor,@zygoloid |
## Extended Description
I received the following…
-
This is a great filter!
It would be very helpful if you included in the README or elsewhere a complete quarto example, including a table caption, table number, and ability to cross-reference that w…
-
```
d, v, nconv = eigs(Symmetric(K), Symmetric(M); nev=neigvs, which=:SM, tol=tol, maxiter=maxiter, explicittransform=:none, check = 1)
```
This call converges for 0.5.3 just fine. No eigenvalues …