Yixuan Qiu

Results 5 issues of Yixuan Qiu

This thread is used to discuss the future development of Spectra. I would be glad to hear your voice about how this library would look like in the next few...

discussion

Some options relies on Bootstrap, so they are not applicable in `html_pretty`. Also a certain number of features are based on the Bootstrap template, and their CSS need to be...

This PR should have solved the issue mentioned in https://github.com/RcppCore/RcppEigen/issues/101. The problem was that in Eigen 3.4.0, `Eigen/src/CholmodSupport/CholmodSupport.h` introduced a series of `cholmod_l_*` functions intended for the `long` integer type,...

Wonderful package! According to my experience `crossprod()` largely relies on the BLAS you use. For the default one provided by R, it will be easily defeated by Eigen. However if...

Just found the [V8](http://cran.r-project.org/web/packages/V8/vignettes/v8_intro.html) package that could run javascript code inside R.