November 2018
Intermediate to advanced
460 pages
14h 1m
English
For this recipe, you need to install the StaticArrays.jl package. In the Julia command line (REPL), press the ] key to start the Julia package manager and run the command:
(v1.0) pkg> add StaticArrays
This will install the StaticArrays.jl library and all its dependencies.
Additionally, to measure the performance of static arrays, we will use the BenchmarkTools.jl package:
(v1.0) pkg> add BenchmarkTools
Read now
Unlock full access