Re: [eigen] row major issues

[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]


This is awesome!!! Thank you so much.

Benoit

2010/6/24 Gael Guennebaud <gael.guennebaud@xxxxxxxxx>:
> 100% tests passed, 0 tests failed out of 453 with EIGEN_DEFAULT_TO_ROW_MAJOR=on
>
> gael
>
> On Tue, Jun 22, 2010 at 1:51 PM, Benoit Jacob <jacob.benoit.1@xxxxxxxxx> wrote:
>> EIGEN_DEFAULT_TO_ROW_MAJOR has never passed all the tests in the
>> development branch because of some errors in products. The QR errors
>> could very well be caused by them.
>>
>> Thanks for the  INVALID_MATRIX_TEMPLATE_PARAMETERS fix. Indeed, since
>> TmpMatrixType is a column-vector type, this is needed. Why isn't it
>> called TmpVectorType ??
>>
>> I'll let Gael handle the mixing_fix.patch...
>>
>> Benoit
>>
>> 2010/6/22 Hauke Heibel <hauke.heibel@xxxxxxxxxxxxxx>:
>>> I was able to fix the
>>>
>>> INVALID_MATRIX_TEMPLATE_PARAMETERS
>>>
>>> related error but I am unable to fix this test qr_colpivoting_5
>>> because MSVC's error output is unusable. I attached them anyways.
>>>
>>> I assume the errors caused from qr_1 and qr_11 are related.
>>>
>>> In order to fix mixingtypes, I needed to introduce two
>>> reinterpret_casts. Since I have no clue about the restrict keyword, I
>>> just attached the patch.
>>>
>>> I will leave the rest of the errors untouched for now.
>>>
>>> - Hauke
>>>
>>> On Mon, Jun 21, 2010 at 11:47 PM, Hauke Heibel
>>> <hauke.heibel@xxxxxxxxxxxxxx> wrote:
>>>> Hi,
>>>>
>>>> the dashboards for x32 and x64 bit builds with column major matrices
>>>> are now green. After switching to row major matrices we are
>>>> unfortunately seeing a bunch of errors. See here:
>>>>
>>>> http://eigen.tuxfamily.org/CDash/buildSummary.php?buildid=2683
>>>>
>>>> I am right now too tired to try to understand the assertions - maybe
>>>> it is super easy for one of you guys. I am guessing it has something
>>>> to do with the vector logic and the required storage order for
>>>> vectors.
>>>>
>>>> - Hauke
>>>>
>>>
>>
>>
>>
>
>
>



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/