Array(int length) | Array< double > | [explicit] |
Array(double *data, int length) | Array< double > | |
Array(const Array< double > &source) | Array< double > | |
copyto(double *dest) const | Array< double > | |
elems | Array< double > | [protected] |
entry(int r, int c) const | Matrix | |
entry(int r, int c) | Matrix | |
h | Matrix | [protected] |
height() const | Matrix | [inline] |
inject(const double *source) | Array< double > | |
inject(const Array< double > &source) | Array< double > | |
length() const | Array< double > | [inline] |
Matrix(int height, int width) | Matrix | |
Matrix(double *data, int height, int width) | Matrix | |
Matrix(const mxArray *ptr) | Matrix | [explicit] |
Matrix(mxArray *&ptr, int height, int width) | Matrix | |
Matrix(const Matrix &source) | Matrix | |
n | Array< double > | [protected] |
operator!=(const Matrix &X) const | Matrix | [inline] |
Array< double >::operator!=(const Array< double > &a) const | Array< double > | [inline] |
operator()(int r, int c) const | Matrix | [inline] |
operator()(int r, int c) | Matrix | [inline] |
operator=(const Matrix &source) | Matrix | |
Array< double >::operator=(const double *source) | Array< double > | |
Array< double >::operator=(const Array< double > &source) | Array< double > | |
operator==(const Matrix &X) const | Matrix | |
Array< double >::operator==(const Array< double > &a) const | Array< double > | [inline] |
operator[](int i) | Array< double > | |
operator[](int i) const | Array< double > | |
owner | Array< double > | [protected] |
setvalue(const double &value) | Array< double > | |
w | Matrix | [protected] |
width() const | Matrix | [inline] |
~Array() | Array< double > | |
~Matrix() | Matrix | [inline] |