Blitz logo

Blitz Devel :

From: Todd Veldhuizen (tveldhui_at_[hidden])
Date: 1998-07-30 17:51:39


If you want to play with the indirection stuff,
try blitz-19980730.tar.gz.

> Here is a first pass at the design of indirection for Blitz++.
> Comments please.
>
> Indirection = the ability to modify an array at a set of
> selected index values.
>
> In the current design, an index set is contained in an STL
> container (note: once stl iterators are provided for
> Array, Vector etc. you will be able to use these for
> indirection).
>
> [...]

--------------------- blitz-dev list --------------------------------
* To subscribe/unsubscribe: mail to majordomo_at_[hidden], with
"subscribe blitz-dev" or "unsubscribe blitz-dev" in the body of the message
* Blitz++ web page: http://oonumerics.org/blitz/