Open
Description
It would be very useful to be able to subset non-contiguous elements from matrices and vectors. For example, taking the 1,3, and 9 elements of a vector or the 2,4, and 7 columns of a matrix. This is currently not possible with the current range
based methods.
I made a post on the viennacl-devel list here regarding this but thought best to include here as well.