Re: [eigen] Recursion and block matrices |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Recursion and block matrices
- From: Gael Guennebaud <gael.guennebaud@xxxxxxxxx>
- Date: Sat, 22 Sep 2012 11:18:44 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=ZOf/SnsIK2atwqzz71M4cXG2GXKRXMoixdC3ScUkSow=; b=uO+Jm2hvXfYqA/fkwLogwc+TfLwmZQrNyp6WVw5fu1dQfkR4EYprOmpW2oxuzqOaEz Ag2KJzOf2Y8VR6R2y8fP1CLEjtvgHP3ZjA76wMot/S1s21ENFRB4JzvsFS1kzbzUayg1 qRrlpC4zpW6C3rCQ0sZSk/RSfFXPHjqMDDGnZEJ8EISkRIXFDyR+YY3npIaZ4AZ8E3lx WLqlaiZBZNyo0MSLa6plBpla1x65Gneqkt9dxTJCtfTi6DLENcRhfKieh7H8yoDRJqtP 3sSGmXIHqCkudb+MGIQRZzdr7NwgaKZn/zpsjGWMxqE3LV1Hgj42O0STXbZyt5SPGXto uONA==
Fixed:
https://bitbucket.org/eigen/eigen/changeset/8311f0d8ecd0/
changeset: 8311f0d8ecd0
user: ggael
date: 2012-09-22 11:11:26
summary: Make Ref<> suitable for both Matrix and Array kinds. Note
that Matrix kind objects can be implicitely converted to an Array kind
Ref<> and vice versa
cheers,
gael
On Sat, Sep 22, 2012 at 5:06 AM, Norman Goldstein <normvcr@xxxxxxxxx> wrote:
> I have found that Ref is not working for me with Array (at least,
> not as well as it works with Matrix).