Closed positiveblue closed 7 years ago
Why is it needed?
Debugging
For example, if KernelRige is throwing some error and we want to know if it is related to the kernel that is passed. We could check it when we are creating the kernel but it's better if the container 'has all the information'. It would be easier to debug then.
Good point, but can't we use RTTI for that? That said, it might easier to work with the _type as you implemented.
see #43 for more information
It give us information about which kenrel is. std::_type = (linear, gaussian, etc...)