Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Return a symmetric matrix using elements from the upper triangular part of the input matrix.
T_x | type of elements in the matrix |
A | Matrix. |
std:invalid_argument | if the matrix is not square. |
Definition at line 22 of file symmetrize_from_lower_tri.hpp.