Public Member Functions | Protected Attributes | List of all members
Multipliers Class Reference

#include <multipliers.h>

Public Member Functions

 Multipliers (const mxArray *&ptr)
 Multipliers (mxArray *&ptr, int n, int m)
 Multipliers (const Multipliers &source)
 ~Multipliers ()
const Matrixlowerbounds () const
const Matrixupperbounds () const
const Matrixconstraints () const
Matrixlowerbounds ()
Matrixupperbounds ()
Matrixconstraints ()

Protected Attributes

Matrixzl
Matrixzu
Matrixlambda

Detailed Description

Definition at line 29 of file multipliers.h.

Constructor & Destructor Documentation

Multipliers::Multipliers ( const mxArray *&  ptr)
explicit
Multipliers::Multipliers ( mxArray *&  ptr,
int  n,
int  m 
)
Multipliers::Multipliers ( const Multipliers source)
Multipliers::~Multipliers ( )

Member Function Documentation

const Matrix& Multipliers::lowerbounds ( ) const
inline

Definition at line 48 of file multipliers.h.

const Matrix& Multipliers::upperbounds ( ) const
inline

Definition at line 49 of file multipliers.h.

const Matrix& Multipliers::constraints ( ) const
inline

Definition at line 50 of file multipliers.h.

Matrix& Multipliers::lowerbounds ( )
inline

Definition at line 51 of file multipliers.h.

Matrix& Multipliers::upperbounds ( )
inline

Definition at line 52 of file multipliers.h.

Matrix& Multipliers::constraints ( )
inline

Definition at line 53 of file multipliers.h.

Member Data Documentation

Matrix* Multipliers::zl
protected

Definition at line 53 of file multipliers.h.

Matrix* Multipliers::zu
protected

Definition at line 58 of file multipliers.h.

Matrix* Multipliers::lambda
protected

Definition at line 60 of file multipliers.h.


The documentation for this class was generated from the following file: