#include <vnl_svd_economy.h>
Public Types | |
| typedef vnl_numeric_traits< real_t >::abs_t | singval_t |
| The singular values of a matrix of complex<T> are of type T, not complex<T>. More... | |
Public Member Functions | |
| vnl_svd_economy (vnl_matrix< real_t > const &M) | |
| vnl_matrix< real_t > const & | V () const |
| Return right singular vectors. More... | |
| vnl_matrix< real_t > & | V () |
| vnl_vector< singval_t > const & | lambdas () const |
| Return singular values in decreasing order. More... | |
| vnl_vector< singval_t > & | lambdas () |
| vnl_vector< real_t > | nullvector () |
| Return the rightmost column of V. More... | |
Protected Attributes | |
| long | m_ |
| long | n_ |
| vnl_matrix< real_t > | V_ |
| vnl_vector< singval_t > | sv_ |
Private Member Functions | |
| vnl_svd_economy (vnl_svd_economy< real_t > const &) | |
| vnl_svd_economy< real_t > & | operator= (vnl_svd_economy< real_t > const &) |
Definition at line 19 of file vnl_svd_economy.h.
| typedef vnl_numeric_traits<real_t>::abs_t vnl_svd_economy< real_t >::singval_t |
The singular values of a matrix of complex<T> are of type T, not complex<T>.
Definition at line 23 of file vnl_svd_economy.h.
| vnl_svd_economy< real_t >::vnl_svd_economy | ( | vnl_matrix< real_t > const & | M | ) |
Definition at line 28 of file vnl_svd_economy.hxx.
|
inlineprivate |
Definition at line 44 of file vnl_svd_economy.h.
|
inline |
Return singular values in decreasing order.
Definition at line 32 of file vnl_svd_economy.h.
|
inline |
Definition at line 33 of file vnl_svd_economy.h.
| vnl_vector< real_t > vnl_svd_economy< real_t >::nullvector | ( | ) |
Return the rightmost column of V.
Definition at line 108 of file vnl_svd_economy.hxx.
|
inlineprivate |
Definition at line 45 of file vnl_svd_economy.h.
|
inline |
Return right singular vectors.
Definition at line 28 of file vnl_svd_economy.h.
|
inline |
Definition at line 29 of file vnl_svd_economy.h.
|
protected |
Definition at line 39 of file vnl_svd_economy.h.
|
protected |
Definition at line 39 of file vnl_svd_economy.h.
|
protected |
Definition at line 41 of file vnl_svd_economy.h.
|
protected |
Definition at line 40 of file vnl_svd_economy.h.
1.8.15