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

◆ svd_V() [2/2]

template<typename EigMat , require_rev_matrix_t< EigMat > * = nullptr>
auto stan::math::svd_V ( const EigMat &  m)
inline

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

Adjoint update equation comes from Equation (4) in Differentiable Programming Tensor Networks(H. Liao, J. Liu, et al., arXiv:1903.09650).

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

Definition at line 25 of file svd_V.hpp.