isaac868

Results 2 issues of isaac868

The parameter ordering of a call to element_wise within one of the element_sub overloads is incorrect. Since the function signature of element_wise is: ``` void element_wise(ublas::matrix const &a, ublas::matrix const...

bug

Changed element_wise call within element_sub to match the correct parameter ordering. element_wise parameter ordering is a,b,result,op,queue, not a,b,op,result,queue as it is currently. #129