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. |