Skip to content
Snippets Groups Projects
Commit da070b57 authored by mattijs's avatar mattijs
Browse files

ENH: transform: support for unsigned int

parent 302b4443
Branches
Tags
No related merge requests found
  • Maintainer

    Might make sense to replace all of these with a generic version (untested):

    template<class T>
    typename std::enable_if<std::is_arithmetic<T>::value, T>::type
    transform(const tensor&, const T val)
    {
        return val;
    }
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment