View source: R/conic_solvers.R
ConicSolver.get_spacing_matrix | R Documentation |
Returns a sparse matrix that spaces out an expression.
ConicSolver.get_spacing_matrix(dim, spacing, offset)
dim |
A vector outlining the dimensions of the matrix. |
spacing |
An int of the number of rows between the start of each non-zero block. |
offset |
An int of the number of zeros at the beginning of the matrix. |
A sparse matrix that spaces out an expression
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.