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

◆ svd_V() [1/2]

template<typename EigMat , require_eigen_matrix_dynamic_t< EigMat > * = nullptr, require_not_st_var< EigMat > * = nullptr>
Eigen::Matrix< value_type_t< EigMat >, Eigen::Dynamic, Eigen::Dynamic > stan::math::svd_V ( const EigMat &  m)

Given input matrix m, return matrix V where m = UDV^{T}

Template Parameters
EigMattype of the matrix
Parameters
mMxN input matrix
Returns
Orthogonal matrix V

Definition at line 19 of file svd_V.hpp.