ConicBundle
|
allows to specify a range of real values via (from, to, step,tol) meaning {x=from+i*step:x in(from-tol,to+tol),i in {0,1,2,...}} More...
#include <matrix.hxx>
Public Member Functions | |
Realrange (Real _from, Real _to, Real _step=1, Real _tol=1e-8) | |
constructor for {d: d=from+k*step for some k in N_0 and d<=to+tol} | |
~Realrange () | |
destructor, nothing to do | |
Public Attributes | |
Real | from |
value of starting element | |
Real | to |
upper bound on element values | |
Real | step |
step distance between successive elements starting with from | |
Real | tol |
tolerance for chekcing equality | |
allows to specify a range of real values via (from, to, step,tol) meaning {x=from+i*step:x in(from-tol,to+tol),i in {0,1,2,...}}