[eigen] Aliasing and matrix multiplication |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: [eigen] Aliasing and matrix multiplication
- From: Not Sure <kuerzn@xxxxxxxxxxxxxx>
- Date: Tue, 14 Feb 2012 20:42:38 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=6v1UdI8TQMI3JjImXzXZBcLpicqIi388DacJFpDh0ak=; b=PWjeYjas7X2+5Eul2w1+8xdwWHu0yDP4tuvHQhhI4+ZA/aKWSDAvf3a9IUNWsQgNlt RzfDYRBzOyUqs0hH9YB6/TYfAK2T+b7RU+uYcxXd9X3gmuuyBFaroUDi1g4rE1ZLZ04P n2nWKLUlC9WChaOtq1BthtJipq601PDEKAGLI=
Hi!
http://eigen.tuxfamily.org/dox-devel/TopicAliasing.html states:
"Matrix multiplication is the only operation in Eigen that assumes
aliasing by default."
Is this also true for sparse matries? Is this information documented
somewhere?
Jo