Using the C++ Math Library | ![]() ![]() |
How the Library Is Similar to MATLAB
+
, *
, /
, -
and others) are available.()
, works just as it does in MATLAB.Though this list is short, it represents a substantial similarity between MATLAB and the library. Many MATLAB expressions translate verbatim into C++. The fundamental goal of MATLAB and the MATLAB C++ Math Library is the same: to provide an expression-oriented programming environment for the development of numerical linear algebraic algorithms.
![]() | C++ for MATLAB Users | How C++ and the Library Differ from MATLAB | ![]() |