light-weight An object with neglible overhead when copying. More...
#include <DirectProductArray.hpp>
light-weight An object with neglible overhead when copying.
An implementation of the one-dimensional virtual array that computes its elements as an polynomial expression of the index.
Storage | The class holding the polynomial coefficients; it must provide an element access operator [] and a size() member function, similar to the STL vector class or VecAl::FixedArray<>. |
bool Fiber::PolynomialArray< T >::locate | ( | T & | value | ) | const [inline] |
Find the index location of the given (most likely floating point) value within this polynomial array.