CellArrays.jl

Usage

Have a look at the Examples and see the API reference for details on the usage of CellArrays.

!!! tip “Hint” [ParallelStencil.jl] enables straightforward working with CellArrays. It automatically allocates CellArrays when the keyword arguments celldims or celltype are given to the architecture-agnostic allocation macros @zeros, @ones, @rand, @falses, @trues and @fill (refer to the documentation of [ParallelStencil.jl] for more details).

Installation

CellArrays can be installed directly with the [Julia package manager] from the [Julia REPL]:

julia>]
  pkg> add CellArrays