manpagez: man pages & more
info liboctave
Home | html | info | man
[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

9.3 Linear Constraints

: LinConst (void)
: LinConst (int nclin, int nx)
: LinConst (int nclin_eq, int nclin_ineq, int nx)
: LinConst (const ColumnVector &lb, const Matrix &A, const ColumnVector &ub)
: LinConst (const Matrix &A_eq, const ColumnVector &b_eq, const Matrix &A_ineq, const ColumnVector &b_ineq)
: LinConst (const LinConst &a)
: LinConst& operator = (const LinConst &a)
: LinConst& resize (int nclin, int n)
: Matrix constraint_matrix (void) const;
: LinConst& set_constraint_matrix (const Matrix &A)
: Matrix eq_constraint_matrix (void) const;
: Matrix ineq_constraint_matrix (void) const;
: ColumnVector eq_constraint_vector (void) const;
: ColumnVector ineq_constraint_vector (void) const;
: ostream& operator << (ostream &os, const LinConst &b)

© manpagez.com 2000-2024
Individual documents may contain additional copyright information.