Stan Math Library
4.9.0
Automatic Differentiation
|
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.
EigMat | type of the matrix |
m | Specified matrix. |
Definition at line 23 of file singular_values.hpp.