unitaria.BlockHorizontal¶ class unitaria.BlockHorizontal(A: Node, B: Node)[source]¶ Bases: ProxyNode Node for block matrices of the form [A B] Parameters: A – The left block B – The right block