Changes between Version 58 and Version 59 of Ticket #4138


Ignore:
Timestamp:
2017-11-06T13:51:49Z (7 years ago)
Author:
Adrian Pop
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4138 – Description

    v58 v59  
    3131
    3232 Functions (Per, Adrian, Peter, Mahder) 75%::
    33    Partial support for functions. Instantiation and typing of functions is implemented. Positional arguments and named arguments are supported. *Vectorization support needs do be adapted*. Preliminary support for reductions is implemented. Support for function trees exists.
     33   Partial support for functions. Instantiation and typing of functions is implemented. Positional arguments and named arguments are supported. *Vectorization support needs do be adapted*. Preliminary support for reductions is implemented. Support for function trees exists. Allow arrays of unknown size in functions.
    3434
    3535 Records (Mahder) 85%::
     
    3838
    3939 Builtin (Per, Mahder) 50%::
    40    So far only support for the basic types and time is implemented. Support for all the builtin functions and other builtin things (e.g. StateSelect, ExternalObject, etc.) needs to be implemented. As much as possible should be implemented via ModelicaBuiltin. Tests added. Support for functions with variable number of arguments not yet implemented.
     40   So far only support for the basic types and time is implemented. Support for all the builtin functions and other builtin things (e.g. StateSelect, ExternalObject, etc.) needs to be implemented. As much as possible should be implemented via ModelicaBuiltin. Tests added. Support for functions with variable number of arguments not yet implemented. More work needed for fill, min, max.
    4141
    4242 Reduction operators and Builtin Array functions (Mahder) 80%::