Archive for August, 2016

Mathematica has many useful features when it comes to Geo Computation. I wanted to check out some of these features for today’s post. I travel between Chennai and Bengaluru on official work. So, let us start by determining the on-road distance between these cities. It turns out that this is the distance when you travel […]

Recently I purchased a high-end desktop computer for my image processing project. Since many computations tend to take several hours to execute, I wanted to accelerate the calculations to the extent possible by adding a GPU. I chose NIVIDA’s GeForce GTX 1080 processor-based card. Although I will be using C++ for my work, because Mathematica 11 […]
In my first post on Julia, I noted that the language does not allow deriving from a concrete (i.e., non-abstract) class. It definitely came as a surprise because in most OO languages (C++, Java, Scala, C#, etc.) such a restriction does not exist. It is true that when you design an inheritance hierarchy, you have […]
Recent Comments