rowtensorBlockMatrix: Constructor for rowtensorBlockMatrix objects

Description Usage Arguments Examples

Description

Constructor for rowtensorBlockMatrix objects

Usage

1

Arguments

X1

a bdMatrix object

X2

a Matrix object

Examples

1
2
3
matLeft = bdMatrix(list(c(1), matrix(c(1,1,1), ncol=1)))
matRight = Matrix(1:8, ncol=2)
rowtensorBlockMatrix(matLeft, matRight)

davidruegamer/effortless documentation built on May 15, 2019, 1:15 a.m.