Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Given input matrix m, return the singular value decomposition (U,D,V) such that m = U*diag(D)*V^{T}
Adjoint update equation comes from Equation (4) in Differentiable Programming Tensor Networks(H. Liao, J. Liu, et al., arXiv:1903.09650).
EigMat | type of input matrix |
m | MxN input matrix |