-
I've just compiled LAPACK library with `flang` using suggestions from the last comment from [here].(https://github.com/flang-compiler/flang/issues/128)
I used `-O3` optmization. Moreover, I've done…
-
{noformat}Defining a PCA Model
~~~~~~~~~~~~~~~~~~~~
Parameters are optional unless specified as *required*.
Algorithm-specific parameters
'''''''''''''''''''''''''''''
- `pca_method `__: Specify t…
-
**Submitting author:** @suneeshjacob (Akkarapakam Suneesh Jacob)
**Repository:** https://github.com/suneeshjacob/ACRoD
**Branch with paper.md** (empty if default branch):
**Version:** v1.2.0
**Editor…
-
**Description**
Dear all,
We have come across a possible bug in the `dggev()` routine. We have two $26 \times 26$ matrices A and B for which we want to compute the generalized eigenvalues and th…
-
## Summary
In `IP2`, we solve the following generalized eigenvalue decomposition for positive definite matrices A and B.
A @ x = lambda @ B @ x
1. Current implementation
By using Cholesky decomp…
-
Hi,
Thank you so much for the whole work you made already. It's really helpful.
I have a system with 3 inputs and 6 outputs. I'm trying to get the poles and zeros but when I try to get the zero…
-
I'm trying to "translate" some formulas from [this paper about FE and RE models](https://link.springer.com/article/10.1007%2Fs11135-018-0802-x) into R-syntax, using _glmmTMB_. I'm doing this with some…
-
I can open a pull request.
Are there any strings (there are a number of repeated typos) which are not slated to be fixed?
INTEGER
Look-ahead
PRECISION
aggressive
backslashes
decomposition
…
-
```julia
julia> using LinearAlgebra
julia> A = Float64[1 1 0 0; 1 2 1 0; 0 1 3 1; 0 0 1 4]
4×4 Matrix{Float64}:
1.0 1.0 0.0 0.0
1.0 2.0 1.0 0.0
0.0 1.0 3.0 1.0
0.0 0.0 1.0 4.0…
-
**What's your use case?**
I got a comment from a reviewer, that it would be useful if MDS showed the amount of explained variable. Given that most MDS projections start with PCA initializat…