SVD wrapper that doesn't compute the left singular vectors, U. More...
Go to the source code of this file.
Classes | |
class | vnl_svd_economy< real_t > |
SVD wrapper that doesn't compute the left singular vectors, U.
The cost of SVD of an m*n matrix increases with O(m^2) if computation of U is required, but only O(m) if not.
Definition in file vnl_svd_economy.h.