I'm doing calculations on the big tables (approx. 20 x 1 000 000). To improve the speed of calculations I need to switch from Scilab (Matlab) to Fortran or C++. I have some experience with F & C++. It looks like in Fortran you have to allocate or deallocate memory for variables manually contrary to C++, but declaration and dealing with the big multidimensional tables in C++ looks much more complicated than in Fortran. Am I right? I appreciate any helpful comments.

More Marek Brancewicz's questions See All
Similar questions and discussions