-
It would be interesting to implement the method described in
* Leroy, B. "Fast calculation of the Lomb-Scargle periodogram using nonequispaced fast Fourier transforms", A&A, 545, September 2012, A5…
-
Error 1:
```
ERROR: PosDefException: matrix is not Hermitian; Cholesky factorization failed.
Stacktrace:
[1] non_hermitian_error()
@ StaticArrays ~/.julia/packages/StaticArrays/MSJcA/sr…
-
Since LV.jl is going away in 1.12, maybe we should attempt to remove it.
I'm looking at https://github.com/graeme-a-stewart/JetReconstructionBenchmarks.jl/ and want to find a small set of benchmark…
-
Successor to #1845
Julia avoids specializing methods on arguments in certain cases, most notably when the argument type is `
-
Am I using `make_const_array` right?
```cpp
JULIA_CPP_MODULE_BEGIN( registry )
using namespace jlcxx;
Module &hello = registry.create_module( "CppHello" );
hello.method( "tmp", []( double x )…
-
@ianna reported installing this pkg breaks a bunch of things in her environment
Moelf updated
1 month ago
-
I am building a Julia interface to [dace](https://github.com/afossa/dace/tree/eigen_interface) using `libcxxwrap-julia` and `CxxWrap`, and I recently came across a compilation error that requires me t…
-
I am working on adding support for `MOI.ScalarNonlinearFunction` to EAGO and I am running into a particular error with some tests.
I cannot provide a MWE since I have not pushed any of my changes y…
-
I'd like to make it easy for Python denizens to use my Julia packages, so am writing a thin Python wrapper using pyjulia. But to make my wrapper easily installable, I'd need pyjulia to be easily insta…
-
Usually one has to either `poll` or `flush` a producer after sending 1 or more messages with a call to `produce`.
I had a look through the source code and I don't seem to be able to find a Julia in…