Using the C++ Math Library |
 |
<matlab>/extern/lib/$ARCH
The <matlab>
/extern/lib/
$ARCH
directory contains the MATLAB C++ Math libraries, where $ARCH
specifies a particular UNIX platform. For example, on a Sun SPARCstation running Solaris, sol2
is the name of the $ARCH
directory.
libmat .ext
|
MAT-file access routines to support mlfLoad and mlfSave .
|
libmatlb . ext
|
MATLAB Built-In Math Library. Contains stand-alone versions of MATLAB built-in math functions and operators. Required for building stand-alone applications.
|
libmatpp . ext
|
MATLAB C++ Math Library. Contains the C++ interface to the Built-In and M-File library routines. Required for building stand-alone C++ applications.
|
libmi .ext
|
Internal MAT-file access routines.
|
libmmfile . ext
|
MATLAB M-File Math Library. Contains stand-alone versions of the MATLAB math M-files. Needed for building stand-alone applications that require MATLAB M-file math functions.
|
libmx . ext
|
MATLAB Array Access and Creation Library. Contains array access routines.
|
libut . ext
|
MATLAB Utilities Library. Contains the utility routines used by various components.
|
In the listing above, .
ext is .a
on IBM RS/6000; .so
on Solaris, Alpha, Linux, and SGI; and .sl
on HP 700.
| <matlab>/bin | | <matlab>/extern/include |  |