$include_dir="/home/hyper-archives/ublas/include"; include("$include_dir/msg-header.inc") ?>
From: Sourabh (sourabh_at_[hidden])
Date: 2007-03-07 04:42:41
1. How to use indirect_array effectively ? What are the advantages of it ?
2. I have a vector<double>. I want to access its elements. Will iteration
be fast or should I prefer indexing () ?
3. If I resize the vector from s1 to s2 ( s1 > s2) (shrinking the vector),
what is the complexity of this operation ?
4. How to use noalias effectively ?
-- -- Sourabh