Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ logical_lt()

template<typename T1 , typename T2 >
bool stan::math::logical_lt ( T1  x1,
T2  x2 
)
inline

Return 1 if the first argument is strictly less than the second.

Equivalent to x1 < x2.

Template Parameters
T1type of first argument
T2type of second argument
Parameters
x1first argument
x2second argument
Returns
true if x1 < x2

Definition at line 18 of file logical_lt.hpp.