const-ae/einsum: Einstein Summation

The summation notation suggested by Einstein (1916) <doi:10.1002/andp.19163540702> is a concise mathematical notation that implicitly sums over repeated indices of n-dimensional arrays. Many ordinary matrix operations (e.g. transpose, matrix multiplication, scalar product, 'diag()', trace etc.) can be written using Einstein notation. The notation is particularly convenient for expressing operations on arrays with more than two dimensions because the respective operators ('tensor products') might not have a standardized name.

Getting started

Package details

Maintainer
LicenseMIT + file LICENSE
Version0.1.2
URL https://const-ae.github.io/einsum/
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("const-ae/einsum")
const-ae/einsum documentation built on Sept. 3, 2023, 3:50 a.m.