XPRBquadExp Class
Note: This API is now obsolete.
Methods for initialisation and handling of XPRBquadExp objects. Now deprecated. Please use XPRBexpr instead.
Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 4.8.14.0
The XPRBquadExp type exposes the following members.
| Name | Description | |
|---|---|---|
| XPRBquadExp |
Initializes a new instance of the
XPRBquadExp class
|
|
| XPRBquadExp(Double) |
Initializes a new instance of the
XPRBquadExp class
|
|
| XPRBquadExp(Int32) |
Initializes a new instance of the
XPRBquadExp class
|
|
| XPRBquadExp(IntPtr) |
Initializes a new instance of the
XPRBquadExp class
|
|
| XPRBquadExp(XPRBexpr) |
Initializes a new instance of the
XPRBquadExp class
|
|
| XPRBquadExp(XPRBterm) |
Initializes a new instance of the
XPRBquadExp class
|
|
| XPRBquadExp(XPRBvar) |
Initializes a new instance of the
XPRBquadExp class
|
|
| XPRBquadExp(Double, XPRBvar) |
Initializes a new instance of the
XPRBquadExp class
|
|
| XPRBquadExp(XPRBterm, XPRBterm) |
Initializes a new instance of the
XPRBquadExp class
|
|
| XPRBquadExp(XPRBvar, Double) |
Initializes a new instance of the
XPRBquadExp class
|
|
| XPRBquadExp(Double, XPRBvar, XPRBvar) |
Initializes a new instance of the
XPRBquadExp class
|
|
| XPRBquadExp(XPRBvar, XPRBvar, Double) |
Initializes a new instance of the
XPRBquadExp class
|
| Name | Description | |
|---|---|---|
| add(Double) |
Adds a numeric value to the XPRB expression.
(Inherited from XPRBexpr.) |
|
| add(XPRBexpr) |
Adds another XPRB expression to the current XPRB expression.
(Inherited from XPRBexpr.) |
|
| add(XPRBterm) |
Adds an XPRBterm term to the XPRB expression.
(Inherited from XPRBexpr.) |
|
| add(XPRBvar) |
Adds an XPRBvar variable to the XPRB expression.
(Inherited from XPRBexpr.) |
|
| addTerm(Double) |
Add a term involving a sole double to the XPRB expression.
(Inherited from XPRBexpr.) |
|
| addTerm(XPRBterm) |
Add a term involving an XPRBter, to the XPRB expression/
(Inherited from XPRBexpr.) |
|
| addTerm(XPRBvar) |
Add a term involving a sole XPRBvar to the XPRB expression.
(Inherited from XPRBexpr.) |
|
| addTerm(Double, XPRBvar) |
Add a term involving an XPRBvar and double to the XPRB expression.
(Inherited from XPRBexpr.) |
|
| addTerm(XPRBvar, Double) |
Add a term involving an XPRBvar and double to the XPRB expression.
(Inherited from XPRBexpr.) |
|
| addTerm(Double, XPRBvar, XPRBvar) |
Add a term involving two XPRBvars and a double to the XPRB expression.
(Inherited from XPRBexpr.) |
|
| addTerm(XPRBvar, XPRBvar, Double) |
Add a term involving two XPRBvars and a double to the XPRB expression.
(Inherited from XPRBexpr.) |
|
| assign |
Assign an XPRB expression to the current XPRBexpr.
(Inherited from XPRBexpr.) |
|
| delTerm(XPRBvar) |
Removes terms of a specified XPRbvar from an XPRB expression.
(Inherited from XPRBexpr.) |
|
| delTerm(XPRBvar, XPRBvar) |
Delete a term involving two XPRBvars from the XPRB expression.
(Inherited from XPRBexpr.) |
|
| Dispose | (Inherited from XPRBexpr.) | |
| Dispose(Boolean) | (Inherited from XPRBexpr.) | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from XPRBexpr.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
|
| getSol |
Evaluates the XPRB expression.
(Inherited from XPRBexpr.) |
|
| GetType |
Gets the
Type of the current instance.
(Inherited from Object.) |
|
| MemberwiseClone |
Creates a shallow copy of the current
Object.
(Inherited from Object.) |
|
| mul(Double) |
Multiplies the XPRB expression by a coefficient d.
(Inherited from XPRBexpr.) |
|
| mul(XPRBexpr) |
Multiply the XPRBexpr by another XPRBexpr.
(Inherited from XPRBexpr.) |
|
| mul(Double, XPRBexpr) |
Multiplies an XPRB expression by a coefficient d.
(Inherited from XPRBexpr.) |
|
| mul(XPRBexpr, XPRBexpr) |
Multiplies one XPRB expression by another.
(Inherited from XPRBexpr.) |
|
| mul(XPRBexpr, Double) |
Multiplies an XPRB expression by a coefficient d.
(Inherited from XPRBexpr.) |
|
| mul(XPRBterm, XPRBterm) |
Multiply two XPRBterms together to create an XPRBexpr.
(Inherited from XPRBexpr.) |
|
| neg |
Negates the XPRB expression.
(Inherited from XPRBexpr.) |
|
|
Print the XPRBexpr.
(Inherited from XPRBexpr.) |
||
| setTerm(Double) |
Adds a new numeric term to an XPRB expression.
(Inherited from XPRBexpr.) |
|
| setTerm(Double, XPRBvar) |
Adds a new term to an XPRB expression.
(Inherited from XPRBexpr.) |
|
| setTerm(XPRBvar, Double) |
Adds a new term to an XPRB expression.
(Inherited from XPRBexpr.) |
|
| setTerm(Double, XPRBvar, XPRBvar) |
Set a new term in the XPRB expression.
(Inherited from XPRBexpr.) |
|
| setTerm(XPRBvar, XPRBvar, Double) |
Set a new term in the XPRB expression.
(Inherited from XPRBexpr.) |
|
| sqr | (Inherited from XPRBexpr.) | |
| sqr(XPRBexpr) |
Square an XPRBexpr.
(Inherited from XPRBexpr.) |
|
| sqr(XPRBterm) |
Square an XPRBterm to create an XPRBexpr.
(Inherited from XPRBexpr.) |
|
| sqr(XPRBvar) |
Square an XPRBvar variable to create an XPRBexpr.
(Inherited from XPRBexpr.) |
|
| ToString |
Return the string representation of the expression.
(Inherited from XPRBexpr.) |
