-
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
…
-
There should be a Hessenberg matrix format to match LAPack's optimized routines, a la Triangular
-
**Describe the bug**
While testing a large-scale hydraulic fracture model, I encountered an error after resuming from a restart file. The code appeared to resume without any apparent errors. During…
-
This issue has been reported in the Debian build of blis and scipy, https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1003877
Debian runs CI testing of packages. The test for blis and scipy are log…
-
If we look at any CI it is obvious that `make check` is the most time consuming part of the sequence
```
$ ./bootstrap.sh
$ ./configure
$ make
$ make tests
$ make check
```
Now, there is no …
-
### Description
Consider the following code
```fortran
program main
use iso_fortran_env, only: output_unit
use stdlib_kinds, only: dp
use stdlib_linalg, only: solve_lstsq
implicit n…
-
### Is your feature request related to a problem? Please describe.
**Plans for addressing https://github.com/scipy/scipy/issues/18286 in `scipy.linalg`.**
Currently, `scipy.linalg` only supports…
-
## Problem Description
I've encountered a residual jump at each restart step within the inner iteration of a restarted GMRES while using geometrical multigrid precondition and matrix free operator.
…
-
This ticket implements echelon form for matrices over complete discrete valuation rings/fields.
Depends on #23450
CC: @roed314 @saraedum @sagetrac-TristanVaccon
Component: **padics**
Keywords: …
-
**Describe the bug**
Calling `Mat::eigenvalues()` may lead to a panic from a failing assertion. To reproduce this, generate a 4096x4096 matrix with random `f64` elements of range 0 to 1 and call the …