Hi Karli,

Karl Rupp <r...@iue.tuwien.ac.at> writes:
>> 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! :)

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

OK.

Cheers,

T



-- 
Toby St Clere Smithe
http://tsmithe.net


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

Reply via email to