Re: [eigen] How to resize a partially fixed matrix |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] How to resize a partially fixed matrix
- From: Tim Hutt <tdhutt@xxxxxxxxx>
- Date: Wed, 24 Jun 2009 21:00:18 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=rW5zkwMVMuXKtcac1hIfoxJg09c0XS4g72v56T3QQos=; b=hsfJa11JsNciMkHNyvUEIIuhb7zigmccf2OSUKoY0QVgje/7R965nLmExHhDM8U2hN Rz88Ja/uSg61iKhaK4o3VlNkBKkwLnLyZLK4Gt4OVeMHJEJszClL84YGYXR5KMoS/023 CvLdznHhhMMn2tvc1TUKPUdesTBOMKSnqdOZg=
- 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=G+AvG+gwmSwUj9pPBVu2Mt/WkZ5gquUcp2+eVa9tqDaoOo/J2WrkoJHenmJPVAZfVp Ex73rvhkU0FJD3gSQsvgYDDGA2wMAvnzi0bgCTHZb1MDtpgyU47eI7Oj5GadTXYIxB3z +FqzShdfa01IfGWXBmbRsCR81AEyWBl7WF5r8=
2009/6/24 Markus Benjamin Fröb <grey_earl@xxxxxx>:
> I don't see why the second case should work, since a) it's ambigous what the
> user wanted and b) in the documentation it says explicitly "Of course, fixed-
> size matrices can't be resized."
>
> So I'm strongly for your code change, but changing the assertion to
> EIGEN_STATIC_ASSERT_EXACTLY_ONE_DYNAMIC_DIM(Matrix)
I agree.