usual_hadamard: usual-hadamard product

Description Usage Arguments See Also Examples

Description

usual-hadamard product for multiblocks

Usage

1
2
3
  x %uh% y

  usual_hadamard(x, y)

Arguments

x

a blockmatrix

y

a blockmatrix

See Also

scalar_scalar

Examples

1
2
3
4
5
# blockmatrices
A = blockmatrix(matrix(1:16, 4, 4), rowparts = 4, colparts = c(2, 2))
B = blockmatrix(matrix(1:16, 8, 2), rowparts = c(4, 4), colparts = 2)

A %uh% B

gastonstat/blockberry documentation built on May 16, 2019, 5:44 p.m.