bdiag: Construct a Block Diagonal Matrix

View source: R/assist.R

bdiagR Documentation

Construct a Block Diagonal Matrix

Description

Return a block diagonal matrix formed from the input list of matrices

Usage

bdiag(x)

Arguments

x

a list of matrices

Value

Returned is a matrix of the form diag(x1, ..., xn) where n is the length of the list.


assist documentation built on Aug. 22, 2023, 9:12 a.m.

Related to bdiag in assist...