Hi Toby,

 >>> Yep. So 'C' and 'F' mean C (row-major) layout or Fortran 
(col-major) layout.
>>> Your guess was right about 'iadd' and 'isub': these are simply A += B
>>> and A -= B. The values of A and B are given by the "_matrix_" bits: the
>>> first one describes A, and the second describes B. So
>>> "test_matrix_slice_matrix_range_trans_isub_C_float32" means
>>>
>>>     matrix_slice -= matrix_range.T
>>>
>>> where both are C-layout and single precision.
>>
>> okay, these should be working now, I've pushed a fix. :-)
>
> Yep, all matrix_operations tests now pass! :)

Excellent! :-)


>> Still need to look into the GMRES issue...
>
> OK.

Just pushed a fix. Apparently I got punished for taking a mild shortcut. 
Thanks for spotting this! :-)

Best regards,
Karli


------------------------------------------------------------------------------
_______________________________________________
ViennaCL-devel mailing list
ViennaCL-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/viennacl-devel

Reply via email to