Loading...
Searching...
No Matches
Serial-Impl.hpp
Go to the documentation of this file.
Definition Matrix.hpp:30
Definition pybind11Utils.hpp:21
void SerialSort(RandomIterator begin, RandomIterator end)
Sorts a container.
Definition Serial-Impl.hpp:72
void SerialFill(const RandomIterator &begin, const RandomIterator &end, const T &value)
Fills from begin to end with value.
Definition Serial-Impl.hpp:20
void SerialFor(IndexType beginIndex, IndexType endIndex, const Function &function)
Makes a for-loop from beginIndex to endIndex.
Definition Serial-Impl.hpp:30
1.9.8