This is the complete list of members for octave::math::svd< T >, including all inherited members.
DM_P typedef | octave::math::svd< T > | private |
DM_T typedef | octave::math::svd< T > | |
Driver enum name | octave::math::svd< T > | |
gesdd(char &jobz, octave_f77_int_type m, octave_f77_int_type n, P *tmp_data, octave_f77_int_type m1, DM_P *s_vec, P *u, P *vt, octave_f77_int_type nrow_vt1, std::vector< P > &work, octave_f77_int_type &lwork, octave_f77_int_type *iwork, octave_f77_int_type &info) | octave::math::svd< T > | private |
gesvd(char &jobu, char &jobv, octave_f77_int_type m, octave_f77_int_type n, P *tmp_data, octave_f77_int_type m1, DM_P *s_vec, P *u, P *vt, octave_f77_int_type nrow_vt1, std::vector< P > &work, octave_f77_int_type &lwork, octave_f77_int_type &info) | octave::math::svd< T > | private |
left_singular_matrix(void) const | octave::math::svd< T > | |
left_sm | octave::math::svd< T > | private |
m_driver | octave::math::svd< T > | private |
m_type | octave::math::svd< T > | private |
operator=(const svd &a) | octave::math::svd< T > | inline |
P typedef | octave::math::svd< T > | private |
right_singular_matrix(void) const | octave::math::svd< T > | |
right_sm | octave::math::svd< T > | private |
sigma | octave::math::svd< T > | private |
singular_values(void) const | octave::math::svd< T > | inline |
svd(void) | octave::math::svd< T > | inline |
svd(const T &a, svd::Type type=svd::Type::std, svd::Driver driver=svd::Driver::GESVD) | octave::math::svd< T > | |
svd(const svd &a) | octave::math::svd< T > | inline |
Type enum name | octave::math::svd< T > | |
~svd(void)=default | octave::math::svd< T > |