-
I was curious to see what happens if I switch on link-time optimization by just adding `-flto` to the release build flags. First, I get linker errors as follows:
```
/tempest/a/accounts/bangerth/p/d…
-
Julia seems to work in the latest version of this repo running in Devcontainer.
However, when you try to build the website with `quarto preview` it fails:
```
6/11 [unnamed-chunk-3]
Julia vers…
-
I have instructed a 3d reconstruction and it appears that it got stuck in LM strategy. My images had low number of features so I get why, but I must admit it's quite annoying that it spends hours just…
-
https://github.com/scikit-sparse/scikit-sparse/blob/master/sksparse/cholmod_backward_compatible.h#L1
` D:\00master\scikit-sparse-master\sksparse\cholmod_backward_compatible.h(1): fatal error C…
-
**Is your feature request related to a problem? Please describe.**
I'm working with large sparse boolean matrices. These matrices are in the order of 10^5 to 10^7 rows and columns, and a density of…
-
This is not something I can fix in uwot, but just in case people are searching for this, if you see the error:
```R
Error in irlba::irlba(L, nv = n, nu = 0, maxit = iters) :
function 'as_cholm…
-
@HannesSommer
Do you know the thoughts behind using long types for the indices of sparse matrix elements in the linear solver/aslam?
-
### Solution to issue cannot be found in the documentation.
- [X] I checked the documentation.
### Issue
Installing Julia just from conda-forge onto an Intel Mac results in CHOLMOD warning. I…
-
Hi,
I found some libs are missing when building apps, and it is because `create_app()` does not copy the libs to the new app's lib/julia folder. I did not have the same problem on Nov 10 2023, bu…
-
I know that Strumpack uses LU and Cholmod uses LLt and it is a bit unfair comparison. However, I would like to find an example where using Strumpack would be much more beneficial than using Cholmd in …