-
Some common and useful symmetric matrices it would be nice to construct in one step:
- Toeplitz
- Hermitian
- Circulant
https://en.wikipedia.org/wiki/Symmetric_matrix
ghost updated
7 years ago
-
In #14471, eliminating indexing through triangular types significantly improved performance. Benchmarks and analysis investigating this observation follow below. The analysis led down a generic linear…
-
This is intended to track additional tasks for solvers on simplicial (and more general) meshes
- [x] consider the use of `matmul!` from Octavian.jl - are we OK with adding this as an additional dep…
-
Author: @vqd8a
-
Hi, I tried to fit the SQ model using my own data which is in the same structure as phenocam_DB and contains no NA, but I got this error message (Error in `[.data.frame`(T, loc_rising) : undefined col…
-
### 🚀 The feature, motivation and pitch
There have been multiple requests and issues (see https://github.com/pytorch/pytorch/issues/71680) to have better operator support for `complex32`. Currently…
-
Parent clique:
- `x34, x9, x54, x26, x46, x14, x4`
with 5 children:
- `x38 | x34, x4, x26, x54, x46, x14`
- `x30 | x26, x34`
- `x50 | x46, x54`
- `x12 | x14, x9`
- `x6 | x4, x9`
Based on low…
-
### Summary of Feature Request
Currently, the LinearAlgebra package has a general `solve()` implementation to solve the linear system 'A * x = b' in the general case, as well as `solve_triu()` and …
-
Currently, Matrix_double_dense inherits from Matrix_dense and Matrix_double_sparse from Matrix_sparse. However numerical matrices share a lot compared to other matrices and should probably have a co…
-
As the CULA library is effectively abandonware for the Mac (the free version links are broken and haven't been updated in 4 years), it is critical to have CUSOLVER working for all functions in order f…