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
nel_h2
AI-powered service management for IT and enterprise teams
Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of MCL!