xerus
a general purpose tensor library
|
#include <xerus/algorithms/largestEntry.h>
Go to the source code of this file.
Namespaces | |
xerus | |
The main namespace of xerus. | |
Functions | |
template<bool isOperator> | |
size_t | xerus::find_largest_entry (const TTNetwork< isOperator > &_T, double _accuracy, value_t _lowerBound=0.0) |
Finds the position of the approximately largest entry. More... | |
template size_t | xerus::find_largest_entry (const TTNetwork< true > &, double, value_t) |
template size_t | xerus::find_largest_entry (const TTNetwork< false > &, double, value_t) |