armacmp icon indicating copy to clipboard operation
armacmp copied to clipboard

🚀 Automatically compile linear algebra R code to C++ with Armadillo

Results 18 armacmp issues
Sort by recently updated
recently updated
newest added

`mat %*% colvec = colvec` `rowvec %*% mat = rowvec` `mat %*% mat = mat` `T %*% = T` ` %*% T = T`

enhancement
good first issue

https://ensmallen.org/docs.html#frank-wolfe

enhancement

https://ensmallen.org/docs.html#de

enhancement
good first issue

In general it is not desirable to change arguments in-place, but in some cases it is useful (when you now what you do). So mb it is possible to add...

enhancement

I am wondering how can I define a matrix in the armacmp. matrix like that inside a function: ```r Pstar = matrix(0, nrow=P, ncol=A) ``` Thanks

enhancement

@coatless what do think needs to be done / is left to do to put it on CRAN? * Better function documentation with examples * ...

http://arma.sourceforge.net/docs.html#submat

Seems like the tests are failing when `covr` is running....

good first issue

I saw the [`armacmp-examples`](https://github.com/dirkschumacher/armacmp-examples) repo spin up recently. How would you feel about using a [submodule](https://github.blog/2016-02-01-working-with-submodules/) or [subtree](https://help.github.com/en/articles/about-git-subtree-merges) to link it into the package's `inst/examples` directory?

With the new R6 AST we can indent properly simply by counting the number of parent scopes. But tabs or spaces? 🤔