Cudpp Scan Maximum Can cudpp scan for maximum return maximum's location?

I would love to use cudpp to find the maximum number of a matrix. But I also want the location (index) of the maximum. Is this possible with cudpp? i.e. Can cudpp scan return the maximum number and location?

Thanks in advance!