test_function_map.hpp File Reference
Include dependency graph for test_function_map.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TestFunctionMap
 

Namespaces

 mlpack
 
Linear algebra utility functions, generally performed on matrices or vectors.
 
 mlpack::bindings
 
 mlpack::bindings::tests
 

Detailed Description

Author
Ryan Curtin

Define a singleton that will hold the functionMap for any TestOptions. This is necessary because the same IO instance may deal with multiple types of options in mlpack_test, and so we want to specifically register all functions associated with a TestOption so that they can be easily restored during a test.

Definition in file test_function_map.hpp.