A box linear complementarity problem (BLCP) data structure.The BoxLCP class represent a box linear complementarity problem (BLCP) of the form
.
More...
#include <BoxLCP.h>
|
|
size_t | size () const |
| Returns the size of the BLCP.
|
|
void | project (size_t index) |
| Projects the unknown at the given index on the solution range.
|
|
real | lbound (size_t index) const |
| Returns the lower bound of the unknown at the given index.
|
|
real | ubound (size_t index) const |
| Returns the upper bound of the unknown at the given index.
|
|
real | residual (size_t index) const |
| Calculates the residual of the unknown at the given index.
|
|
real | residual () const |
| Calculates the maximum norm of the residual of the BLCP.
|
|
A box linear complementarity problem (BLCP) data structure.
The BoxLCP class represent a box linear complementarity problem (BLCP) of the form
.
Returns the lower bound of the unknown at the given index.
- Parameters
-
index | Access index. The index has to be in the range . |
- Returns
- void
void blaze::BoxLCP::project |
( |
size_t |
index | ) |
|
|
inline |
Projects the unknown at the given index on the solution range.
- Parameters
-
index | Access index. The index has to be in the range . |
- Returns
- void
real blaze::BoxLCP::residual |
( |
size_t |
index | ) |
const |
|
inline |
Calculates the residual of the unknown at the given index.
- Parameters
-
index | Access index. The index has to be in the range . |
- Returns
- The residual at index index.
real blaze::BoxLCP::residual |
( |
| ) |
const |
|
inline |
Calculates the maximum norm of the residual of the BLCP.
- Returns
- The maximum norm of the global residual of the BLCP.
size_t blaze::BoxLCP::size |
( |
| ) |
const |
|
inline |
Returns the size of the BLCP.
- Returns
- The actual size of the BLCP.
Returns the upper bound of the unknown at the given index.
- Parameters
-
index | Access index. The index has to be in the range . |
- Returns
- void
The documentation for this struct was generated from the following file: