Stan Math Library
5.1.0
Automatic Differentiation
Loading...
Searching...
No Matches
◆
inv_square()
[5/7]
template<typename Container ,
require_not_container_st
< std::is_arithmetic, Container > * = nullptr,
require_all_not_nonscalar_prim_or_rev_kernel_expression_t
< Container > * = nullptr,
require_container_t
< Container > * = nullptr>
auto stan::math::inv_square
(
Container &&
x
)
inline
Returns
1 / square(x)
.
Template Parameters
Container
type of container
Parameters
x
container
Returns
1 / square(x)
of each value in x.
Definition at line
29
of file
inv_square.hpp
.
stan
math
[
Stan Home Page
]
© 2011–2019, Stan Development Team.