[mlpack-git] [mlpack] add a wrapper for the matrix completion SDP (#374)

Ryan Curtin notifications at github.com
Fri Jan 9 16:37:21 EST 2015


> + * @author Stephen Tu
> + *
> + * Tests for matrix completion
> + */
> +#include <mlpack/core.hpp>
> +#include <mlpack/methods/matrix_completion/matrix_completion.hpp>
> +
> +#include <boost/test/unit_test.hpp>
> +#include "old_boost_test_definitions.hpp"
> +
> +using namespace mlpack;
> +using namespace mlpack::matrix_completion;
> +
> +BOOST_AUTO_TEST_SUITE(MatrixCompletionTest);
> +
> +BOOST_AUTO_TEST_CASE(GaussianMatrixCompletionSDP)

Can you mention where the test case comes from?

---
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/pull/374/files#r22744870
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20150109/f26621e3/attachment.html>


More information about the mlpack-git mailing list