negative_or_zero_impl< Scalar, IsSigned > Struct Template Reference

Static Public Member Functions

static Scalar run (const Scalar &a)
 

Member Function Documentation

◆ run()

template<typename Scalar , bool IsSigned = NumTraits<Scalar>::IsSigned>
static Scalar negative_or_zero_impl< Scalar, IsSigned >::run ( const Scalar a)
inlinestatic
17 { return -a; }
const Scalar * a
Definition: level2_cplx_impl.h:32

References a.

Referenced by negative_or_zero().


The documentation for this struct was generated from the following file: