Recent Releases of https://github.com/const-ae/einsum

https://github.com/const-ae/einsum - v0.1.2

  • Fix CRAN NOTES

- R
Published by const-ae almost 3 years ago

https://github.com/const-ae/einsum - v0.1.0

Initial release of the einsum R package on CRAN.

Features:

  • einsum(): execute complex array multiplications using Einstein notation ("abc, b, c -> ac").
  • einsum_generator(): generate an efficient C++ function that can be used for repeatedly executing the same multiplication. It can also produce the source code for a C++ function which you can integrate into your own package.

Thanks to @kokitsuyuzaki for helping me push this over the finish line and the numpy project for their equivalent function that inspired this package.

- R
Published by const-ae about 5 years ago