rluce / tlcomp

Computing with Toeplitz and Toeplitz-like matrices in Matlab
MIT License
1 stars 0 forks source link

TLMat and ToepMat should have concise 'disp' strings #25

Closed rluce closed 3 years ago

rluce commented 3 years ago

The current ones can be interpreted, but could be made nicer

>> TM1

TM1 = 

  8×8 ToepMat array with properties:

    c: [8×1 double]
    r: [8×1 double]

>> TM1^2

ans = 

  8×8 TLMat array with properties:

    G: [8×4 double]
    B: [8×4 double]