SG++-Doxygen-Documentation
|
Sorted-permutation-iterator (e.g. More...
#include <SortedPermutationIterator.hpp>
Public Member Functions | |
virtual std::shared_ptr< AbstractPermutationIterator > | clone () |
virtual void | moveToNext () |
Go to next element of the permutation. More... | |
virtual void | reset () |
Sets the iterator back to the start. More... | |
SortedPermutationIterator (std::vector< double > const &points, size_t numPoints) | |
virtual size_t | value () |
Current value of the permutation. More... | |
virtual | ~SortedPermutationIterator () |
Public Member Functions inherited from sgpp::combigrid::AbstractPermutationIterator | |
virtual | ~AbstractPermutationIterator () |
Sorted-permutation-iterator (e.g.
for IdentityPointOrdering), using a sorting algorithm to determine the correct order.
sgpp::combigrid::SortedPermutationIterator::SortedPermutationIterator | ( | std::vector< double > const & | points, |
size_t | numPoints | ||
) |
References python.statsfileInfo::i, python.utils.statsfile2gnuplot::j, and python.leja::points.
|
virtual |
|
virtual |
Implements sgpp::combigrid::AbstractPermutationIterator.
|
virtual |
Go to next element of the permutation.
Implements sgpp::combigrid::AbstractPermutationIterator.
|
virtual |
Sets the iterator back to the start.
Implements sgpp::combigrid::AbstractPermutationIterator.
|
virtual |
Current value of the permutation.
Implements sgpp::combigrid::AbstractPermutationIterator.