ignore_check.hpp
Go to the documentation of this file.
1 
12 #ifndef MLPACK_BINDINGS_TEST_IGNORE_CHECK_HPP
13 #define MLPACK_BINDINGS_TEST_IGNORE_CHECK_HPP
14 
15 namespace mlpack {
16 namespace bindings {
17 namespace tests {
18 
23 template<typename T>
24 inline bool IgnoreCheck(const T& /* t */) { return false; }
25 
26 } // namespace tests
27 } // namespace bindings
28 } // namespace mlpack
29 
30 #endif
Linear algebra utility functions, generally performed on matrices or vectors.
bool IgnoreCheck(const T &)
Return whether or not a parameter check should be ignored.