-
### 页面英文名
upper Hessenberg matrix
### 我希望能添加的内容是
上海森堡矩阵
### 我了解到的相关参考资料有
- [【学习笔记】求矩阵的特征多项式](https://www.cnblogs.com/suncongbo/p/11163798.html)
- [求矩阵的特征多项式](https://blog.csdn.net/weixin_3057682…
-
The goal of this proposal to replace the existing zoo of non-sparse matrix types (i.e. not `AbstractSparse`) with the following 9 types:
- 4 types representing different [storage formats used by LAPAC…
-
Built committ f849517c9f. The failure is new since 2f90355d22 which passed make testall.
Test was run with an isolated JULIA_DEPOT_PATH
Details of versioninfo and test results below.
versi…
-
I get a crash on GMRES with Rodas. It happens for the minimal example below, but it doesn't happen if omega = 0.
```julia
using OrdinaryDiffEq
omega = randn(10^3) .+ 1.
x0 = rand(10^3)
prob…
FHell updated
2 years ago
-
Built committ `5e08c20c70`. This failure is new since `1fb28ad876` which built and passed `make testall`.
Test was run with an isolated `JULIA_DEPOT_PATH`
click for versioninfo details
```
…
-
```julia
julia> H = UpperHessenberg(rand(5,5));
julia> U = Bidiagonal(rand(5), rand(4), :U);
julia> L = Bidiagonal(rand(5), rand(4), :L);
julia> U\H
5×5 UpperHessenberg{Float64, Matrix{Floa…
-
Between commit `41c2c7c592` and `2c8c0a4900`, during `make testall`, two new Pkg failures appear in Pkg/test/registry.jl. The Pkg tests ran last after all the other tests, produced new output with Pkg…
-
**Is your feature request related to a problem? Please describe.**
``intlinprog``: a branch and bound mixed integer linear program solver built on top of ``scipy.optimize.linprog``.
@mdhaber has…
-
Hi! Thank you so much for this implementation. Couldn't find any other repository this great anywhere!
```python
import numpy as np
from utilities import matrix, eigen
x_cov = ...
Q1, H = mat…
-
The earlier issues I posted involved Julia built and tested natively on M1. This time I built release-1.7 under Rosetta2 and ran `make testall` also under Rosetta2. There were 5 failures. This is an M…