Description Usage Arguments Value
This function converts matrices into triplet form for Mosek. This is required in order to declare quadratic programming problems and second-order cone programming problems.
1 | matrixTriplets(mat, lower = TRUE)
|
mat |
A matrix. |
lower |
Boolean, set to |
A list containing vectors of row and column indexes, and matrix values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.