StaticArrays.jl is quite powerful in integrating stack allocated fixed size (const if needed) arrays/matrices, in the right spot it can be a big performance improvement over Vector/Array. #scientificcomputing
StaticArrays.jl is quite powerful in integrating stack allocated fixed size (const if needed) arrays/matrices, in the right spot it can be a big performance improvement over Vector/Array. #scientificcomputing
One of those 'nice to have' things in Julia bridging the distance between code and mathematics: support for unicode mathematical operators as functions:
a = Set([1,2,3])
a = a ∪ [4]
a == Set([1,2,3,4]) # true
You can enroll to "Programming with Julia" course for free with the following link. #julialang #julialanguage #juliacomputing #datascience #MachineLearning