GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
This is the complete list of members for SVD, including all inherited members.
driver enum name | SVD | |
economy enum value | SVD | |
GESDD enum value | SVD | |
GESVD enum value | SVD | |
init(const Matrix &a, type svd_type=std, driver svd_driver=GESVD) | SVD | private |
left_singular_matrix(void) const | SVD | |
left_sm | SVD | private |
operator<<(std::ostream &os, const SVD &a) | SVD | friend |
operator=(const SVD &a) | SVD | inline |
right_singular_matrix(void) const | SVD | |
right_sm | SVD | private |
sigma | SVD | private |
sigma_only enum value | SVD | |
singular_values(void) const | SVD | inline |
std enum value | SVD | |
SVD(void) | SVD | inline |
SVD(const Matrix &a, type svd_type=SVD::std, driver svd_driver=SVD::GESVD) | SVD | inline |
SVD(const Matrix &a, octave_idx_type &info, type svd_type=SVD::std, driver svd_driver=SVD::GESVD) | SVD | inline |
SVD(const SVD &a) | SVD | inline |
type enum name | SVD | |
type_computed | SVD | private |
~SVD(void) | SVD | inline |