svd.h File Reference
#include <vector>
Go to the source code of this file.
Namespaces | |
Wonton | |
Factorize a number N into D equal (or nearly equal) factors. | |
Functions | |
int | Wonton::svd (std::vector< std::vector< double > > &a, std::vector< double > &w, std::vector< std::vector< double > > &v) |
void | Wonton::svd_solve (const std::vector< std::vector< double > > &u, const std::vector< double > &w, const std::vector< std::vector< double > > &v, std::vector< double > &b, std::vector< double > &x) |