News

Another example in file example.f90 showcases the capabilities of the loop_mod module. It iterates through dimensions and calculates the count of k-th closest neighbours of an n-dimensional hypercube.
Arrays as data structures: arrays can contain, or even be completely made up of other arrays. Arrays can contain an infinite depth of arrays that can contain other arrays, each with their own ...