check.Ab | R Documentation |
This function checks the constraint matrix \bm{A}
and
the corresponding vector \bm{\beta}
.
check.Ab(A, b, Aname, bname)
A |
The constraint matrix. |
b |
The corresponding rhs vector. |
Aname |
The name of the constraint matrix. |
bname |
The name of the corresponding rhs vector. |
Returns the updated matrix and rhs vector or prints a stop message.
A |
The updated constraint matrix. |
b |
The updated rhs vector. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.