Hi
I want to write functions for basic matrix calculations. Since I will call these functions several times, the working time of them is important. While searching the internet, I seen that some Fortran77 code may be faster than C++ code. I don't want to use Fortran however I want to decide using C or C++. Which one is suitable?
I want to write functions for basic matrix calculations. Since I will call these functions several times, the working time of them is important. While searching the internet, I seen that some Fortran77 code may be faster than C++ code. I don't want to use Fortran however I want to decide using C or C++. Which one is suitable?
Comment