Skip to content
Snippets Groups Projects
  • Mark OLESEN's avatar
    5a9a2935
    ENH: modernize code in dimensionSet, dimensionSets · 5a9a2935
    Mark OLESEN authored
    - 'unfriend' operators on dimensionSet, since they operate without
      requiring access to non-public members.
    
    - add missing invTransform() function for dimensionSet.
    
    - make inv(const dimensionSet&) available as
      operator~(const dimensionSet&), which can be used instead
      of (dimless/ds).
    5a9a2935
    History
    ENH: modernize code in dimensionSet, dimensionSets
    Mark OLESEN authored
    - 'unfriend' operators on dimensionSet, since they operate without
      requiring access to non-public members.
    
    - add missing invTransform() function for dimensionSet.
    
    - make inv(const dimensionSet&) available as
      operator~(const dimensionSet&), which can be used instead
      of (dimless/ds).