mlpack 3.4.2
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
15namespace mlpack {
16namespace bindings {
17namespace tests {
18
23template<typename T>
24inline bool IgnoreCheck(const T& /* t */) { return false; }
25
26} // namespace tests
27} // namespace bindings
28} // namespace mlpack
29
30#endif
bool IgnoreCheck(const T &)
Return whether or not a parameter check should be ignored.
Linear algebra utility functions, generally performed on matrices or vectors.
Definition: cv.hpp:1