QuantLib_LexicographicalView (3) Linux Manual Page
QuantLib::LexicographicalView – Lexicographical 2-D view of a contiguous set of data. Synopsis#include <ql/math/lexicographicalview.hpp> Public Typestypedef RandomAccessIterator x_iterator iterates over $ v_{ij} $ with $ j $ fixed. typedef boost::reverse_iterator< RandomAccessIterator > reverse_x_iterator iterates backwards over $ v_{ij} $ with $ j $ fixed. typedef step_iterator< RandomAccessIterator > y_iterator iterates over $ v_{ij} $ with $…
