Class
TMtxVec
A subarray is array which does not have its own memory allocated. Instead it adopts the memory of the source object and all operations done on the either of the objects affect the same elements. The use of subarrays increases CPU cache reuse, lower's memory requirements, increases application performance and improves code readability.
To again obtain a view of the full vector see SetFullRange
| Copyright 2008 Dew Research |