![]() |
Stan Math Library
2.6.3
probability, sampling & optimization
|
Go to the source code of this file.
Namespaces | |
stan | |
stan::math | |
Matrices and templated mathematical functions. | |
Functions | |
var | stan::math::hypot (const var &a, const var &b) |
Returns the length of the hypoteneuse of a right triangle with sides of the specified lengths (C99). More... | |
var | stan::math::hypot (const var &a, double b) |
Returns the length of the hypoteneuse of a right triangle with sides of the specified lengths (C99). More... | |
var | stan::math::hypot (double a, const var &b) |
Returns the length of the hypoteneuse of a right triangle with sides of the specified lengths (C99). More... | |