Rheolef
7.2
an efficient C++ finite element environment
|
index range for a subset of a vector
This class represents a range of index for addressing a subset of the vec
container.
vec<double> x (100, 3.14); vec<double> y = x(range(0,50)); dout << y << endl;
This documentation has been generated from file linalg/lib/range.h