svinfer/processor/matrix.py [111:117]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        if dim is None:
            dim = (self.ncol, )
        else:
            assert np.prod(dim) == self.ncol
        self.dim = dim

    def __pos__(self):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



svinfer/processor/matrix.py [196:202]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        if dim is None:
            dim = (self.ncol, )
        else:
            assert np.prod(dim) == self.ncol
        self.dim = dim

    def __pos__(self):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



