mlpack
Functions
armadillo_svd_test.cpp File Reference

Test armadillo SVD. More...

#include <mlpack/core.hpp>
#include <mlpack/methods/cf/svd_wrapper.hpp>
#include "catch.hpp"
Include dependency graph for armadillo_svd_test.cpp:

Functions

 TEST_CASE ("ArmadilloSVDNormalFactorizationTest", "[ArmadilloSVDTest]")
 Test armadillo SVD for normal factorization.
 
 TEST_CASE ("ArmadilloSVDLowRankFactorizationTest", "[ArmadilloSVDTest]")
 Test armadillo SVD for low rank matrix factorization.
 

Detailed Description

Test armadillo SVD.

mlpack is free software; you may redistribute it and/or modify it under the terms of the 3-clause BSD license. You should have received a copy of the 3-clause BSD license along with mlpack. If not, see http://www.opensource.org/licenses/BSD-3-Clause for more information.