Template Function librapid::ceil(VAL&&)#

Function Documentation#

Warning

doxygenfunction: Unable to resolve function “librapid::ceil” with arguments (VAL&&) in doxygen xml output for project “librapid” from directory: ../xml. Potential matches:

- mpfr ceil(const mpfr &val)
- template<class VAL, typename std::enable_if_t<detail::isArrayOp<VAL>(), int> = 0> auto ceil(VAL &&val)
- template<typename Scalar, int64_t Dims> GenericVector<Scalar, Dims> ceil(const GenericVector<Scalar, Dims> &vec)
- template<typename Scalar, int64_t Dims> SIMDVector<Scalar, Dims> ceil(const SIMDVector<Scalar, Dims> &vec)
- template<typename T, typename std::enable_if_t<std::is_fundamental_v<T>, int> = 0> constexpr T ceil(T val)
- template<typename T, typename std::enable_if_t<typetraits::IsVector<T>::value, int> = 0> T ceil(const T &x)
- template<typename T> Complex<T> ceil(const Complex<T> &other)