Changes between Version 27 and Version 28 of Ticket #4138


Ignore:
Timestamp:
2017-03-13T13:48:37Z (8 years ago)
Author:
Adrian Pop
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4138 – Description

    v27 v28  
    2929   The inner outer can be implemented via addition of alias equations, is a matter of lookup of the inner component and prefixing.
    3030
    31  Functions (Per, Adrian, Peter, Mahder) 40%::
    32    Partial support for functions. Instantiation and typing of functions is implemented. Positional arguments and named arguments are supported. Vectorization support has been be implemented. Support for reductions needs to be implemented. Per is working now on a way of storing functions during the instantiation is needed so that they end up in the DAE (we can probably use the component tree directly for this).
     31 Functions (Per, Adrian, Peter, Mahder) 50%::
     32   Partial support for functions. Instantiation and typing of functions is implemented. Positional arguments and named arguments are supported. Vectorization support needs do be adapted. Support for reductions needs to be implemented. Support for function trees.
    3333
    3434 Records (Mahder) 50%::