* Added element-wise operations for vectors
* Row- and Jacobi-preconditioner now work on CPU, OpenCL and CUDA * Final summation in norm_1, norm_2, norm_inf is now carried out on GPU or CPU, depending on target (same as for inner_prod()) * Tweaked CG and BiCGStab to use norm_2 instead of inner_prod(v, v)
Loading
Please register or sign in to comment