Go to the source code of this file.
| Namespaces | |
| array_extrapolator2 | |
| Namespace that implements array extrapolation. | |
| Functions | |
| template<class T > | |
| unsigned | array_extrapolator2::extrapolate_if (array2< T > &array, std::function< bool(int i, int j, int thread_index)> func, int count=1) | 
| Extrapolate array where it passes the test function.  More... | |
| template<class T > | |
| unsigned | array_extrapolator2::extrapolate (array2< T > &array, int count=1) | 
| Extrapolate array where it passes the test function.  More... | |