.TH "range" 4rheolef "Sat Mar 13 2021" "Version 7.1" "rheolef" \" -*- nroff -*- .ad l .nh .SH NAME range \- index range for a subset of a vector (rheolef-7\&.1) .SH "DESCRIPTION" .PP This class represents a range of index for addressing a subset of the \fBvec(4)\fP container\&. .SH "EXAMPLE" .PP .PP .nf vec x (100, 3.14); vec y = x(range(0,50)); dout << y << endl; .fi .PP .SH "IMPLEMENTATION" .PP This documentation has been generated from file linalg/lib/range\&.h .PP .PP .nf struct range { using size_type = size_t; range (size_type start=0, size_type stop=0); size_type start() const; size_type size() const; static range all(); .fi .PP .PP .nf }; .fi .PP .SH AUTHOR Pierre Saramito .SH COPYRIGHT Copyright (C) 2000-2018 Pierre Saramito GPLv3+: GNU GPL version 3 or later . This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.