Altering ILArrays
This tutorial demonstrates, how elements or parts of arrays for ILNumerics.Net are altered.
Elements of existing ILArray objects can be altered implace - without having to
recreate the whole array. Some other modifications may operate implace (f.e. changing the shape) or result in
the creation of a new ILArray object - mostly as referencing subarray. This is true - f.e. for removing parts of ILArray.
All element modification methods can be utilized
by using the regular member functions SetValue or SetRange respectivly.
For languages, where indexers are available (like C#) the syntax gets significantly shorter
and intuitive. Both syntax versions will be demonstrated.
Read about the following topics: