Re: [eigen] Block sparse matrices and std vector compilation error |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Block sparse matrices and std vector compilation error
- From: Hilario Tomé <tome.hilario@xxxxxxxxx>
- Date: Tue, 9 Dec 2014 13:38:41 +0100
- 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=qgnW/87mMLcYJw8KGeQLtGcPAo+04gClbqqbSRWLca8=; b=G49gEERNVejKU6txsYe/zJsgYwRbrjP360cIPmc3RM1hDPvjKgVWTX9J81iGlly9PN zl5n79fDkMXgJWC9fS/+ttnmdHFiuXRPYsI/so2ha50tTrmTyXuqHqUiyDzsvrBhfGnw z+IvAsB//5AdvFS++jtq4n29J17W7Q+tVX+v6UWjZ2N2QxgmK5KPM6OvSt/chkXpxiKo T6uI86TAh0Tg6dk8Iueg/S0vhgFoKNv85DNhyxCKajNzXJUZ6WuiF3jk5sfZ5Zkd+Ni+ 5GIewEEcAEFhZdgJltZEqXYtQdR4Zwle8tXU1qS5jQTl9L+2Q9YfseJ9h0I/MfSMI+xy hRfA==
Hi Christoph,
The goal of using the sub matrices is to fill the larger matrix in parallel in order to use a sparse optimizer once the matrix has been configured. Thanks for the proxy suggestion, it’s what I am currently implementing.