◆ logspace_sub
Callable object computing the logspace_sub operation: \(\log\left(e^{x_0}-\sum_{i = 1}^n e^{x_i}\right)\). Required header: Members Functions
template< floating_value T, floating_value U, floating_value ...Ts> auto operator()( T arg0, U arg1, Ts... args ) const noexcept
requires (compatible_values< T, U, Ts > && ...);
Definition: value.hpp:83 Parameters
Return value The call The result type is the common compatible type of the parameters. auto operator[]( conditional_expression auto cond ) const noexcept;
Higher-order function generating a masked version of eve::logspace_sub Parameters
Return value A Callable object so that the expression Supported decorators
|