Fergus Cooper
Fergus Cooper
I'm trying to compile a library using range-v3, on GitHub actions. CMake configuration has shows the following compiler: ``` -- Using CMake version 3.19.3 -- The CXX compiler identification is...
We're using scikits.odes in a battery modelling project [PyBaMM](https://github.com/tinosulzer/PyBaMM). We've run into the following difficulty getting it working as expected with our continuous integration: everything works fine with Python 3.6,...
Placing an "expand" shortcode inside a "notice" shortcode, such as: ``` {{% notice note %}} {{%expand "The expand label"%}}The expand content{{% /expand%}} {{% /notice %}} ``` produces the following: ```html...
I am trying to find the largest `K` eigenvalues of a real symmetric matrix, where `K` is unknown, but is such that their sum is greater than some value. I...
fmt
@martinjrobins just playing around with [{fmt}](https://fmt.dev/latest/index.html). Not suggesting we should use it, but wanted an excuse to have a go with it. It seems very nice! And you can put...
See this article for an optimised version of the Viridis colourmap for people with color vision deficiency https://doi.org/10.1371/journal.pone.0199239
I would like to implement some helper to make this kind of thing look less nasty (easier to read, reason about, and maintain): ```cpp m_out
We ought to unit test the svg backend methods. Simple things will be very straightforward, like ```cpp SECTION("finalise produces correct string") { backend.finalise(); CHECK(out.str() == "\n"); } ``` For functions...
This is (very) unfinished: opening the PR to review changes to the GitHub actions workflows.
Related to #133 We have some consensus on migrating all public SVN content to GitHub. We should do this ASAP, because until April 12, 2024 we can do this via...