svd.h
Go to the documentation of this file.
31 int svd(std::vector<std::vector<double> > & a, std::vector<double> & w, std::vector<std::vector<double> > & v);
Factorize a number N into D equal (or nearly equal) factors.
Definition: adaptive_refinement_mesh.h:31
int svd(std::vector< std::vector< double > > &a, std::vector< double > &w, std::vector< std::vector< double > > &v)
Definition: svd.cc:46
void 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)
Definition: svd.cc:320