-
### Motivation
I'm currently updating my package `LightKrylov` to make use as much as possible of the new linalg features offered in the `stdlib_linalg` module. Among the things I'll need eventually …
-
we're currently at v0.5.0, whatever the hell that means, and I'm interested in knowing what the plans are. I'm the one driving the dev, and I'm super 100% okay with that as numerical stuff is my game,…
-
Let's discuss new operations that we might like to add to BLIS, specifically those that would fall into level-1v or level-1m families (and perhaps level-2):
- [ ] element-wise vector/matrix multipl…
-
The current `Dense` matrix can be used simultaneously as a regular dense matrix and as multiple column vectors combined (multivector/MV). In the class documentation, the case of multiple column vector…
-
As far as I could tell, there is no way in mpmath to solve the generalized eigenvalue problem `Ax = lambda Mx`. Is there any hope of adding this functionality?
c-f-h updated
2 years ago
-
Use: https://github.com/Pranavchiku/prima/tree/lf6/
```
git clone https://github.com/pranavchiku/prima
cd prima
git checkout -t origin/lf3
git checkout 21e58af41314a84cdf701c12a25807d188435954
…
-
the google collab notebook is not working on cell # Install DPVO
-
Might be interesting as an exercise to generalize `sktrd!` to work on complex-Hermitian matrices … hopefully it's as simple as putting a few complex-conjugations in the right places.
-
What is the reason preferring the representation of periodic matrices via vectors of matrices over 3-dimensional arrays (as in the original SLICOT implementation)?
The vector of matrices based imp…
-
People are sometimes interested in computing this, and it's an interesting quantity defined for skew-Hermitian matrices. As for determinants, there are probably a large number of reasonable ways to c…