Skip to content
  • Mark OLESEN's avatar
    ENH: harmonize matrix constructors (#1220) · a6e11607
    Mark OLESEN authored
    - generalize identity matrix constructors for non-scalar types
    
    - add constructors using labelPair for the row/column sizing information.
      For a SquareMatrix, this provides an unambiguous parameter resolution.
    
    - reuse assignment operators
    
    STYLE: adjust matrix comments
    a6e11607