[eigen] combine matrix blocks |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: [eigen] combine matrix blocks
- From: Stefan Ulbrich <s.ulbrich@xxxxxxxxxxxxxx>
- Date: Thu, 2 Jul 2009 18:47:16 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :content-type:content-transfer-encoding:mime-version:subject:date :x-mailer; bh=5uBoKIXGpVqhhnEgG05GlRbcugpovhWl8b8cwNDOa+M=; b=hUlRQ24WQzbUq272VLUpo7yA1z5qXCoL37DCrAHIW3H9BuM/uIY1PPEhl7dkaM4KCJ itJK3ygGRo1kmAQNi1ObpTS02J1Y1BtaZ4A3ovjLopFmYXgGfV2Qdp8HTANcnhxTPMgn JjSl/FgGJrKtXCBpM7st+jsCrcqYbRrghaBIc=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:from:to:content-type:content-transfer-encoding :mime-version:subject:date:x-mailer; b=YZ9jvgaK6eNGZGRG9XjMLumDgTCBFWEc/pJDsgIzOhlZ/SU5WxeaEwfFjEctYhXCGa HG7m+4bKTW4F/MRUj1CZMbCCcx8QApZw6n5k8HEezrObHp6uUGzK+SFK4NgXG05n25k1 jlRYnrmfwnvBB9v7/jdWrQzwQEu1TiA+BNnA8=
Hello,
in matlab you can select a partial matrix by explicitly specifying
which cols and rows to take from the original matrix, e.g. with
A([1,3],[2 4])
further, it would be interesting to combine blocks into a matrix that
serves as a proxy to the elements: A = [B C]
I'd really would really like to see that functionality in eigen2. Do
you think this is possible? Do you have any suggestions on how to
start implementing it?
best regards,
Stefan