Re: [eigen] Feature suggestion: interior row and column ranges [patch attached] |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Feature suggestion: interior row and column ranges [patch attached]
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Wed, 21 Jul 2010 10:34:27 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=PQrOa3tazcv1cE9GkkHnWD1XOUOvgNu7KHMM5ZiPdVs=; b=LxOmdFhPX1/vd+NSinNYJsxLAvqLFartocNrI8dpZedeQF4qF3McoYIWbW+kBY57Ox wPVIFL5MAZJG+8e7bdQZbL7DznwBHltixm7USodOE2GFSqxPEYeyCQpi4cLteE/sGJmT jvZVGHlKmEzWCYDHn/qNR/Fp2NYBQh5RSwA8U=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=QGlfzqKDgfByMg2fRqYmrKHnKqKQf6akEDa9UuWXV6bLzOX47SBTX9qcxsEzF3TA/A rI5m1W2z5DOWA5VC3yiSGyhvFgAEA7GtZlbFGlRoORCcG0psFC8HYjuMLZcpQpj68r4G jiJ4Zl8HF14cm6pm9PTc3rWDJB7NhVhpPwXS4=
I just pushed your 2 patches, total 4 changesets. Thanks!
Benoit
2010/6/30 Benoit Jacob <jacob.benoit.1@xxxxxxxxx>:
> Thanks. I suggest that we push your patches right after the beta1 is
> released. Indeed there will be a big beta2 anyway.
>
> (Or does someone here think that we should rather push now so it makes
> it into beta1?)
>
> Benoit
>
> 2010/6/30 Manoj Rajagopalan <rmanoj@xxxxxxxxx>:
>>
>> Thanks. Attaching examples patch after including the files in the dirs.
>>
>> -- Manoj
>>
>>
>> On Tuesday 29 June 2010 03:24:01 pm Benoit Jacob wrote:
>>> 2010/6/29 Manoj Rajagopalan <rmanoj@xxxxxxxxx>:
>>> > On Tuesday 29 June 2010 02:45:30 pm Benoit Jacob wrote:
>>> >> 2) instead of attaching new .cpp files, please "hg add" them and
>>> >> generate a diff as usual (hg commit, hg export tip).
>>> >
>>> > The new .cpp files were example files. Where do I put them? I tried a
>>> > "find" in the working directory for other similarly named example files
>>> > but I couldn't find any.
>>>
>>> Full compilable examples go to doc/examples/
>>> That seems to be the case with your examples.
>>>
>>> Snippets go to doc/snippets/ (and are automatically completed into
>>> compilable form by CMake).
>>>
>>> Check it for yourself: add these files in doc/examples/, then do:
>>> cmake .
>>> make doc
>>>
>>> and you should get the docs generated with the output of these
>>> programs included.
>>>
>>> Benoit
>>>
>>> > thanks,
>>> > Manoj
>>
>>
>