#include <matlabmatrix.h>
List of all members.
Detailed Description
Definition at line 30 of file matlabmatrix.h.
Constructor & Destructor Documentation
| Matrix::Matrix |
( |
int |
height, |
|
|
int |
width |
|
) |
| |
| Matrix::Matrix |
( |
double * |
data, |
|
|
int |
height, |
|
|
int |
width |
|
) |
| |
| Matrix::Matrix |
( |
const mxArray * |
ptr | ) |
[explicit] |
| Matrix::Matrix |
( |
mxArray *& |
ptr, |
|
|
int |
height, |
|
|
int |
width |
|
) |
| |
| Matrix::Matrix |
( |
const Matrix & |
source | ) |
|
| Matrix::~Matrix |
( |
| ) |
[inline] |
Member Function Documentation
| int Matrix::height |
( |
| ) |
const [inline] |
| int Matrix::width |
( |
| ) |
const [inline] |
| bool Matrix::operator== |
( |
const Matrix & |
X | ) |
const |
| bool Matrix::operator!= |
( |
const Matrix & |
X | ) |
const [inline] |
| double Matrix::entry |
( |
int |
r, |
|
|
int |
c |
|
) |
| const |
| double& Matrix::entry |
( |
int |
r, |
|
|
int |
c |
|
) |
| |
| double Matrix::operator() |
( |
int |
r, |
|
|
int |
c |
|
) |
| const [inline] |
| double& Matrix::operator() |
( |
int |
r, |
|
|
int |
c |
|
) |
| [inline] |
Member Data Documentation
The documentation for this class was generated from the following file:
- /build/buildd/coinor-ipopt-3.10.1/Ipopt/contrib/MatlabInterface-Old/src/matlabmatrix.h