home: http://swapped.cc/#!/yafe
source: https://github.com/apankrat/yafe

build:
1. Use VS2015
2. Open yafe/ready/build/yafe.sln
Make sure you have 'Microsoft Foundation Classes for C++' installed;
if this is not the case, use the VS2015 installer to 'modify' your
install and add this feature.

optimization notes:
This is a relatively small application, which may mean that you have
limited opportunities to show your skills.
Converting parts of the code to GPU code may be a good way to get a
good grade.
One interesting issue in this code is the use of double precision
floating point code; question is to which extend this is needed, and
what the impact is on performance.
