$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] ranking of ublas vector
From: Kraus Philipp (philipp.kraus_at_[hidden])
Date: 2010-03-13 15:48:12
Hello,
I have a very large non sparse ublas vector (most long double content).
I would like to sort this vector without change the vector content, but
I know the rank of the elements like
the smalest element in the vector is the 312 element in the original
vector (for example).
Is there a boost implementation for create ranking of elements?
Thanks
Phil