This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
tutorial_lud [2018/06/19 15:45] sanjay |
tutorial_lud [2019/04/05 09:02] (current) sanjay |
||
|---|---|---|---|
| Line 17: | Line 17: | ||
| / | / | ||
| - | |||
| - | [Temp note due to : in the last case of L, the condition is "1 < j <= i"] | ||
| =====Writing Alpha===== | =====Writing Alpha===== | ||
| Line 28: | Line 26: | ||
| Parameters are runtime constants represented with some symbol in the code. In this example, parameter N will be used to define the size of the matrices, which is not known until runtime. | Parameters are runtime constants represented with some symbol in the code. In this example, parameter N will be used to define the size of the matrices, which is not known until runtime. | ||
| - | < | + | < |
| affine LUD {N|N>0} | affine LUD {N|N>0} | ||
| . | . | ||