wbc
|
#include <base/Eigen.hpp>
Go to the source code of this file.
Namespaces | |
namespace | wbc |
Functions | |
double | wbc::PYTHAG (double a, double b) |
double | wbc::SIGN (double a, double b) |
int | wbc::svd_eigen_decomposition (const base::MatrixXd &A, base::MatrixXd &U, base::VectorXd &S, base::MatrixXd &V, base::VectorXd &tmp, int maxiter, double epsilon) |