Re: [eigen] Sign function |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Sign function
- From: Carlos Becker <carlosbecker@xxxxxxxxx>
- Date: Sat, 8 Dec 2012 15:13:19 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=fDiTSLON/iwWBgukISEJvZGExYS0DKCWX4UukYZ68ws=; b=sQsN5X/QWv2o/7f+0I9h2CGa1SynO9iVzWRStnV3D7l/AK1QRTWoDinwC6ewPayd9R bCEQO/gSmjvX4Ab+4FuZ6qN07Cl2zLjXokAvjjxP0+J95wM+YChx4N+tdvs/lvSoO3oG 23jCv8htxmfjYhTVWvywKpPN8bmzVzP4bXXqJ0dT0oZPAAkZqnCW10DxOThfj/QONmx/ mEzekZz/z4Ai3PBMka0jSMHb3BhUY9mGUMeVZS6qu6RVZyyQx1OEWcgT3ddDNpcKOPqc Y3GvqDPe1GbDkVKAUeTrjlo1othJaavGCFTIcCGarhkNGQVZ8sJ0m7DTQIXadC1u8T0P LYfQ==
Hi Gael,
thanks!
If MatType is something 'huge' in the example you gave, would it get instantiated in memory? because then I should probably use another way of doing it.
For example, I would replace MatType::Constant(k) with VectorXd::Constant( N, k ), where N could be pretty large.
thanks again.