Thread Previous • Date Previous • Date Next • Thread Next |
Would it be possible to define sub-functions that don't make a copy of the vector associated with the function, rather just have a pointer to the original vector? I use sub-functions primarily for post-processing, so it would be useful not to have v = u[0]; every time the result is written to a file. Garth
Thread Previous • Date Previous • Date Next • Thread Next |