Add matrix block support: - [x] addition/subtraction - [x] matrix $\times$ vector - [x] matrix $\times$ matrix - [x] negation - [x] power - [x] component-wise function execution - [x] transpose - [x] cumulative sum - [x] sum
Add matrix block support: