MCL is a C++ library that implements many of Matlab's functions. The library
is written so as to minimise the time needed to port Matlab code to C++.
The main point of departure between the two is that c++ requires the definition
of the types you are using. In MCL we have three types: Real, Int, Complex.
Furthermore, vectors start from 0 instead of 1.
The library has been written following Google's C++ style guide:
http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml
Categories
Scientific/EngineeringLicense
BSD LicenseFollow MCL
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of MCL!