GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
svd< T > Member List

This is the complete list of members for svd< T >, including all inherited members.

gesdd(char &jobz, octave_idx_type m, octave_idx_type n, double *tmp_data, octave_idx_type m1, double *s_vec, double *u, double *vt, octave_idx_type nrow_vt1, std::vector< double > &work, octave_idx_type &lwork, octave_idx_type *iwork, octave_idx_type &info)svd< T >
gesdd(char &jobz, octave_idx_type m, octave_idx_type n, float *tmp_data, octave_idx_type m1, float *s_vec, float *u, float *vt, octave_idx_type nrow_vt1, std::vector< float > &work, octave_idx_type &lwork, octave_idx_type *iwork, octave_idx_type &info)svd< T >
gesdd(char &jobz, octave_idx_type m, octave_idx_type n, Complex *tmp_data, octave_idx_type m1, double *s_vec, Complex *u, Complex *vt, octave_idx_type nrow_vt1, std::vector< Complex > &work, octave_idx_type &lwork, octave_idx_type *iwork, octave_idx_type &info)svd< T >
gesdd(char &jobz, octave_idx_type m, octave_idx_type n, FloatComplex *tmp_data, octave_idx_type m1, float *s_vec, FloatComplex *u, FloatComplex *vt, octave_idx_type nrow_vt1, std::vector< FloatComplex > &work, octave_idx_type &lwork, octave_idx_type *iwork, octave_idx_type &info)svd< T >
gesvd(char &jobu, char &jobv, octave_idx_type m, octave_idx_type n, double *tmp_data, octave_idx_type m1, double *s_vec, double *u, double *vt, octave_idx_type nrow_vt1, std::vector< double > &work, octave_idx_type &lwork, octave_idx_type &info)svd< T >
gesvd(char &jobu, char &jobv, octave_idx_type m, octave_idx_type n, float *tmp_data, octave_idx_type m1, float *s_vec, float *u, float *vt, octave_idx_type nrow_vt1, std::vector< float > &work, octave_idx_type &lwork, octave_idx_type &info)svd< T >
gesvd(char &jobu, char &jobv, octave_idx_type m, octave_idx_type n, Complex *tmp_data, octave_idx_type m1, double *s_vec, Complex *u, Complex *vt, octave_idx_type nrow_vt1, std::vector< Complex > &work, octave_idx_type &lwork, octave_idx_type &info)svd< T >
gesvd(char &jobu, char &jobv, octave_idx_type m, octave_idx_type n, FloatComplex *tmp_data, octave_idx_type m1, float *s_vec, FloatComplex *u, FloatComplex *vt, octave_idx_type nrow_vt1, std::vector< FloatComplex > &work, octave_idx_type &lwork, octave_idx_type &info)svd< T >