MATLAB C++ Math Library
  Go to function:
    Search    Help Desk 
Using the Function Reference

Introduction

This reference gives you quick access to the prototypes and call syntax for the MATLAB C++ Math Library functions. The functions fall into these groups: the mwArray class interface, mwVarargin and mwVarargout constructors, the mathematical functions, and the utility functions. This section discusses the organization of the reference pages.

Refer to the online Application Program Interface Reference for documentation of the mx routines available from the MATLAB C++ Math Library.

Reference Pages

Use the reference pages to look up the prototypes and syntax for a MATLAB C++ Math Library function. At the bottom of each page, you'll find a link to the documentation for the MATLAB version of the function. Use the MATLAB function page to look up the description of the arguments and the behavior of the function.

Structure

A reference page for a MATLAB C++ Math Library function includes these sections:

Overloaded versions of the C++ functions or prototypes with defaulted input arguments represent the MATLAB syntax. You'll find a different prototype for each way of calling the MATLAB function.

To make the reference pages easier to read:

Note The "C++ Syntax" section shows only the calls supported by the library. When you link to the MATLAB version of the function, you may notice MATLAB syntax that support objects. Because this version of the MATLAB C++ Math Library does not support objects, the corresponding MATLAB function documentation regarding objects does not apply to the C++ version of the function.

Typographic Conventions

What Isn't Presented

Exceptions



[ Previous | Help Desk | Next ]