Changes between Initial Version and Version 1 of Ticket #2529
- Timestamp:
- 2014-01-07T09:58:48Z (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2529 – Description
initial v1 6 6 protected 7 7 parameter Real phi[m] = linspace(0,1,m); 8 parameter Real t[ 2, m] = 2/m*{ cos(phi), sin(phi)}; // Cannot elaborate the trig. functions here8 parameter Real t[m] = cos(phi); 9 9 algorithm 10 10 y := sum(t);