Julia Basics: Multiple Dispatch

Series of Julia basics: What is multiple dispatch? Explanation on how to use it and why it is powerful. Read more

Similar

Using type domain information in Julia

In a previous post, I discussed using type domain information to speed up generation of random density matrices with small dimension in Julia. There, we gave the Julia compiler knowledge of the dimension of the matrices at the time it generates code, inst... (more…)

Read more »