Skip to content
  • Christophe Geuzaine's avatar
    improved lists: · 075c0285
    Christophe Geuzaine authored
    - name{} is deprecated in favor of List[name] or name()
    - new name(i,j,...) = other(k,l,...) syntax
    - new operations on lists (+, -, *, /, ^) and between lists and fexpr
    
    075c0285