Re: [eigen] FLENS C++ expression template Library has excellent documentation |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] FLENS C++ expression template Library has excellent documentation
- From: Gael Guennebaud <gael.guennebaud@xxxxxxxxx>
- Date: Sat, 18 Apr 2009 21:56:29 +0200
- 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 :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=zSydabNAunxXWXTqSZZWweqvhnZxNtqqN9seRYmX+Fs=; b=CAo6PTLl4G6l7fG6L/UNC3tI5lqGGP//KUmJSqaUpMbRiEizxHpIh7+whfFMn8q55Y NmskcNxPVAir28uvd6Qsi7nd2+nvOj5vy8fbIkM9TGaEeBQ3a8ipnhK3+7Fj/HJWmuph Si8W2k9GKIR9AJZtyfUpvywjtSWhWYotxWqTs=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=vxOx2cwp/KlSxap2g4LWbALbTVa+Ws9PVWbpZy4+Xr0x/kWMOwIMTtZHzKW8AD+Gau gTrxPV1CO/35xrmX6Td7bfhCLVxsNDZMpZfJ7Pbp9Kp3mWuxtmN0yjT4dIO2Zwbjy99N 7yeVs44y+eqxeMetAHr0veBmKjNVW/eBSzwUM=
FYI, the matrix product already works per block, and the most outer
loop is trivially parallelizable.
On Sat, Apr 18, 2009 at 6:06 PM, Benoit Jacob <jacob.benoit.1@xxxxxxxxx> wrote:
> I really mean to implement Block LLt or partial LU soon, it can be
> written cleanly with Eigen blocks.
Actually, I've already tried a block LLt implementation (so using BLAS
3 routines) and it was slower than our current level 2 based
implementation. so... I wish you good luck as it seems not to be so
trivial to get higher performance !
cheers,
Gael.