Yixuan Qiu
Yixuan Qiu
@stigersh Can you provide an example matrix to reproduce the problem?
Currently this is not easy to do with Spectra. What you can try is to first compute a few eigenvalues and then test the threshold. If you need more, remove...
A quick update: `SymGEigsShiftSolver` has been implemented in the [1.y.z](https://github.com/yixuan/spectra/tree/1.y.z) branch. Example code is available in the [testing program](https://github.com/yixuan/spectra/blob/1.y.z/test/SymGEigsShift.cpp). Note that this new branch contains several API-breaking changes that will...
I remember pandoc had issues with WOFF or WOFF2 a few years ago, but right now it should be good. Maybe it is time to switch to WOFF2 for smaller...
For the current unpublished version in the `master` branch, you can add a customized CSS with the following content: ```css .main-content, .toc { max-width: 80rem; } ``` You may adjust...
Unfortunately `prettydoc` does not support tabset at this moment. You need to use `rmarkdown::html_document()` for richer HTML elements.
Thanks for the patch. Note that the fonts are used by all themes, so I would suggest keeping the existing font files and use consistent file names for other newly...
Cool! I'm a bit busy these days, but I'll look at the PR more carefully as soon as I get some time.
@jemus42 Yeah I understand. I'll take a look and see if there is any way to implement similar features without using Bootstrap.
@efrof There is a `css` argument in `html_pretty()` to add additional CSS to the selected theme.