CSTYLE


Description
Convention used for numbering arrays.
Type
Integer
Values
0 
Indicates that the FORTRAN convention should be used for arrays (i.e. starting from 1).
1 
Indicates that the C convention should be used for arrays (i.e. starting from 0).
Default value
1
Affects routines
All library routines which take arrays as arguments.


If you have any comments or suggestions about these pages, please send mail to docs@dashoptimization.com.