Classes
core/vnl/algo/vnl_svd_economy.h File Reference

SVD wrapper that doesn't compute the left singular vectors, U. More...

#include <vnl/vnl_numeric_traits.h>
#include <vnl/vnl_vector.h>
#include <vnl/vnl_matrix.h>

Go to the source code of this file.

Classes

class  vnl_svd_economy< real_t >

Detailed Description

SVD wrapper that doesn't compute the left singular vectors, U.

Author:
David Capel (d.capel@2d3.com)
Date:
04 Mar 03

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.