unitaria.BlockVertical

class unitaria.BlockVertical(A: Node, B: Node)[source]

Bases: ProxyNode

Node for block matrices of the form [A B]^T

Parameters:
  • A – The top block

  • B – The bottom block