Re: [eigen] Documentation : it's a sprint!! |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Documentation : it's a sprint!!
- From: Gael Guennebaud <gael.guennebaud@xxxxxxxxx>
- Date: Sun, 27 Jun 2010 14:59:59 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=dZirXXkUXklGYHEx/vNW6UyezUWZgKri3yw3RCZzUdQ=; b=u7+ocQ+dEqsI+SPSaNNDLoD91Y7vJtzI5sK/vc4uw7JIdr3TVJZW9IiaqXrqUkW1Fr 9elFtLu/ErUuiV3Tv+PtVIT+lZqiPxt/z67q5I7DF35ZIkksBkXTAIMaVOxZDnFrQgzT rofUc0M7IATIQtbt/QwdquxI54e21/EswEjZg=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=IBpNQtr9opOuCc2kTA/XMQihEph04CD+nwDXjrQYsA/8U6jdFbCObZauKmiXE8YJ6T 95Q+U4QRjU46bPr5bDqEX9vYjoVvYRwI7bnPF5sah0yf09cj6Lb77y9ex+VKLqtPjHP9 3bw06FQ360HQInhACAufALwrQwDbH4STQbF44=
On Sun, Jun 27, 2010 at 12:41 PM, Carlos Becker <carlosbecker@xxxxxxxxx> wrote:
> Mmm I am trying to think of a straightforward explanation for this. What do
> you think about calling them fixed-size and dynamic-size blocks, where the
> former differs from the later because its size is known at compile-time.
a slightly more precise variant: "the latter are optimized versions of
the former when the size is known at compile-time." I just added the
word "optimized"
you might also have a look at the reference tables, section "Sub
matrices" to see how they are presented. The old version of this
section is available online there:
http://eigen.tuxfamily.org/dox-devel/TutorialCore.html#TutorialCoreMatrixBlocks
gael
>
>
> On Sun, Jun 27, 2010 at 11:02 AM, Carlos Becker <carlosbecker@xxxxxxxxx>
> wrote:
>>
>> Yes, I got that and actually it was my mistake since I supposed that it
>> was only for fixed-size matrices, so now I am changing it.
>> Thanks,
>>
>>
>> 2010/6/27 Björn Piltz <bjornpiltz@xxxxxxxxxxxxxx>
>>>
>>> "The following tables show a summary of Eigen's block operations and how
>>> they are applied to fixed- and dynamic-sized Eigen objects."
>>> This quote and the following table gives the impression that the fixed
>>> size functions are only available for fixed size matrices. But using fixed
>>> size vs dynamic size functions acually only determin the return type.
>>> Björn
>
>