Added [][] syntax to Matrix
To achieve this without implementing redundant code, I just extracted this feature from Tensor into a separate class (MatrixSquareBracketsAccess). Then, Matrix inherits the same feature.
Loading
Please sign in to comment