10.06.2016 Views

eldo_user

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Eldo Control Language<br />

Statement Overview<br />

* Looping on all element of a matrix<br />

.define_task all_elements_of_a_matrix<br />

set mat[0,2][0,2]=0 l=0 c=0<br />

mat[0][0] = 1.0<br />

mat[3][7] = 2.0<br />

mat[7][5] = 3.0<br />

fprint(stdout, " ")<br />

for(c=mat[0].imin; c

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!