#include <matlabinfo.hpp>
Definition at line 21 of file matlabinfo.hpp.
◆ MatlabInfo()
MatlabInfo::MatlabInfo |
( |
mxArray *& |
ptr | ) |
|
|
explicit |
◆ ~MatlabInfo()
MatlabInfo::~MatlabInfo |
( |
| ) |
|
|
inline |
◆ getExitStatus()
◆ setExitStatus()
◆ setIterationCount()
void MatlabInfo::setIterationCount |
( |
int |
iter | ) |
|
◆ setFuncEvals()
void MatlabInfo::setFuncEvals |
( |
int |
obj, |
|
|
int |
con, |
|
|
int |
grad, |
|
|
int |
jac, |
|
|
int |
hess |
|
) |
| |
◆ setCpuTime()
void MatlabInfo::setCpuTime |
( |
double |
cpu | ) |
|
◆ getmultlb()
const double* MatlabInfo::getmultlb |
( |
| ) |
const |
◆ getmultub()
const double* MatlabInfo::getmultub |
( |
| ) |
const |
◆ getmultconstr()
const double* MatlabInfo::getmultconstr |
( |
| ) |
const |
◆ setmultlb()
void MatlabInfo::setmultlb |
( |
int |
n, |
|
|
const double * |
zl |
|
) |
| |
◆ setmultub()
void MatlabInfo::setmultub |
( |
int |
n, |
|
|
const double * |
zu |
|
) |
| |
◆ setmultconstr()
void MatlabInfo::setmultconstr |
( |
int |
m, |
|
|
const double * |
lambda |
|
) |
| |
◆ ptr
The documentation for this class was generated from the following file: