python sum entière matrix comand

x = np.matrix([[1, 2], [4, 3]])
>>> x.sum()
Annoying Alpaca