#include "RTOpPack_RTOpTHelpers.hpp"Include dependency graph for RTOpPack_ROpMinIndex.hpp:
Go to the source code of this file.
Namespaces | |
| namespace | RTOpPack |
Classes | |
| class | RTOpPack::ROpMinIndex< Scalar > |
Returns the minimum element and its index: result.scalar = x(k) and result.index = k such that x(k) <= x(i) for i=0...n-1 and k is the minimum index to break ties. More... | |
1.3.9.1