bmat: Construct a Block Matrix

View source: R/055_atoms_affine_bmat.R

bmatR Documentation

Construct a Block Matrix

Description

Takes a list of lists. Each internal list is stacked horizontally. The internal lists are stacked vertically.

Usage

bmat(block_lists)

Arguments

block_lists

A list of lists of Expression objects (or numerics). Each inner list forms one block row.

Value

An Expression representing the block matrix.


CVXR documentation built on March 6, 2026, 9:10 a.m.