Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Returns squared norm of a vector or matrix.
For vectors that equals the dot product of the specified vector with itself.
T | type of the vector (must be derived from Eigen::MatrixBase ) |
v | Vector. |
Definition at line 30 of file dot_self.hpp.