Learn R Programming

implicitExpansion (version 0.1.0)

Array Operations for Arrays of Mismatching Sizes

Description

Support for implicit expansion of arrays in operations involving arrays of mismatching sizes. This pattern is known as "broadcasting" in 'Python' and "implicit expansion" in 'Matlab' and is explained for example in the article "Array programming with NumPy" by C. R. Harris et al. (2020) .

Copy Link

Version

Install

install.packages('implicitExpansion')

Monthly Downloads

169

Version

0.1.0

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Manuel Hentschel

Last Published

October 2nd, 2022

Functions in implicitExpansion (0.1.0)

expandArray

Expand an Array to a Given Dimension
expandedDim

Implied Dimension of a set of Arrays
implicitExpansion-package

Implicit Expansion
%m+%

Binary Operators with Implicit Expansion
mZeros

Array Creation
as.mRowVector

Row and Column Vectors
mmapply

Apply a Function to Multiple Arrays with Implicit Expansion