View source: R/HelperFunctions.R
collapse_block_diagonal | R Documentation |
Transforms a list of matrices into a single block-diagonal matrix. This is useful for quadratic programming problems especially, where the block-diagonal operations may not be plausible.
collapse_block_diagonal(matlist)
matlist |
List of input matrices |
Block-diagonal matrix combining input matrices
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.