Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ singular_values() [1/2]

template<typename EigMat , require_eigen_matrix_dynamic_t< EigMat > * = nullptr, require_not_st_var< EigMat > * = nullptr>
auto stan::math::singular_values ( const EigMat &  m)

Return the vector of the singular values of the specified matrix in decreasing order of magnitude.

See the documentation for svd() for information on the singular values.

Template Parameters
EigMattype of the matrix
Parameters
mSpecified matrix.
Returns
Singular values of the matrix.

Definition at line 23 of file singular_values.hpp.