-
It's not possible to compute the Hessenberg form of a Nemo matrix over Julia BigInts because it uses inv, which for a BigInt is defined to be a BigFloat. We should probably rename our inv to inverse.
-
I am using my PyAMG fork because we haven't merged AIR/classical AMG yet to master and have an issue where my final residual with Krylov methods will often jump, e.g.,:
`[3.4659935723626183, ..., 9.2…
-
I am using Monaco editor to connect to the Julia LS. Server initialization succeeded. Then I tried to invoke completion for the code "pr", but the completion doesn't show up, and I got these error mes…
-
In response to the positive feedback I got from sharing the previous batch of extension methods I wrote to work with Multik, I thought I'd share another batch of such methods I wrote for Multik, in or…
-
Multiple attempts to build and test julia 1.6.2 from source on macOS have resulted in successful builds but recurrent test failures for cmdlineargs.jl. I'm unsure of the significance of these failure…
-
I just noticed that the LinearAlgebra package only supports a [very small number of specialized functions](https://github.com/JuliaLang/julia/blob/c9786e6667b436dff6501e5c6474744e44f42990/stdlib/Linea…
-
**Reporter: limonium**
**[Submitted to the original trac issue database at 4.11pm, Saturday, 7th February 2009]**
There is a "building bridge" between two separate buildings of a hospital; the bridge…
-
We need a function which returns the `Degopt` data in a user friendly way: the hessenberg matrices in the manuscript (and the constructor version `Degopt(Ha,Hb,y)`):
```
(Ha,Hb,y)=get_degopt_coeffs…
-
As discussed in #1175, right now mathjs can only find eigenvalues of real symmetric matrices. It should also be able to find the eigenvalues and eigenvectors for general complex matrices. I'm consulti…
cshaa updated
3 years ago
-
When I run doctests using `make docs doctest=true` on current master branch, some tests looks failed.
```
[ Info: Doctest: running doctests.
┌ Error: doctest failure in ~/work/julia/julia/usr/s…