/** * Sign.hh * * Created on: 23 jun. 2018 * Author: AKKA IS */ #ifndef SIGN_HH_ #define SIGN_HH_ #include /** * @bried Compute the sign of el */ int Sign(const float& el); int Sign(const double& el); int Sign(const long double& el); int Sign(const int& el); int Sign(const short& el); std::vector Sign(const std::vector& el); std::vector Sign(const std::vector& el); std::vector Sign(const std::vector& el); std::vector Sign(const std::vector& el); std::vector Sign(const std::vector& el); #endif /* SIGN_HH_ */