![]() |
Stan Math Library
5.1.0
Automatic Differentiation
|
|
inline |
Compute the L1 norm of the specified vector of values.
Returns L1 norm of a vector.
| Container | Type of input vector. |
| [in] | x | Vector of specified values. |
For vectors that equals the sum of magnitudes of its individual elements.
| Container | type of the vector (must be derived from std::Vector) |
| x | Vector. |