<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Bibliothek Eigen2]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich möchte mit dieser Bibliothek eine Matrix stückweise in Blöcke (die nicht gleich groß sind) zerlegen. Das mache ich mit der Funktion block() der ich Spalten und Zeilennummern des Blocks angeben kann.<br />
Mein Problem besteht nun darin, dass ich diese Blöcke teilweise in eine neue Matrix übernehmen möchte und leider sehe ich im Moment irgentwie keine Möglichkeit Blöcke bspw durch &quot;setblock()&quot; oder ähnliches das zu erreichen, denn so eine Funktion kann ich nicht finden.</p>
<p>Kennt jemand diese Bibliothek und kann mir vielleicht weiterhelfen?</p>
<p><a href="http://eigen.tuxfamily.org/api/index.html" rel="nofollow">http://eigen.tuxfamily.org/api/index.html</a></p>
<p>Mfg</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/230148/bibliothek-eigen2</link><generator>RSS for Node</generator><lastBuildDate>Sun, 27 Sep 2026 03:54:36 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/230148.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 21 Dec 2008 16:16:05 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Bibliothek Eigen2 on Sun, 21 Dec 2008 16:16:05 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich möchte mit dieser Bibliothek eine Matrix stückweise in Blöcke (die nicht gleich groß sind) zerlegen. Das mache ich mit der Funktion block() der ich Spalten und Zeilennummern des Blocks angeben kann.<br />
Mein Problem besteht nun darin, dass ich diese Blöcke teilweise in eine neue Matrix übernehmen möchte und leider sehe ich im Moment irgentwie keine Möglichkeit Blöcke bspw durch &quot;setblock()&quot; oder ähnliches das zu erreichen, denn so eine Funktion kann ich nicht finden.</p>
<p>Kennt jemand diese Bibliothek und kann mir vielleicht weiterhelfen?</p>
<p><a href="http://eigen.tuxfamily.org/api/index.html" rel="nofollow">http://eigen.tuxfamily.org/api/index.html</a></p>
<p>Mfg</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1633651</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1633651</guid><dc:creator><![CDATA[Xtremecpp]]></dc:creator><pubDate>Sun, 21 Dec 2008 16:16:05 GMT</pubDate></item><item><title><![CDATA[Reply to Bibliothek Eigen2 on Mon, 22 Dec 2008 05:19:59 GMT]]></title><description><![CDATA[<p>Hi,</p>
<p>I'm one of the developers of Eigen2 and I found your posting accidentally by looking at where visits to Eigen's website come from...</p>
<p>The Eigen user's forum (in English) is here:<br />
<a href="http://forum.kde.org/eigen-f-74.html" rel="nofollow">http://forum.kde.org/eigen-f-74.html</a></p>
<p>To try answering your question (my german is pretty bad) with Eigen you can do<br />
matrix.block(.....) = other_matrix;<br />
that's why Eigen doesn't need a &quot;setblock()&quot; method <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /></p>
<p>You can also use the comma-initializer to construct a matrix by blocks<br />
See these pages:<br />
<a href="http://eigen.tuxfamily.org/api/TutorialCore.html" rel="nofollow">http://eigen.tuxfamily.org/api/TutorialCore.html</a><br />
<a href="http://eigen.tuxfamily.org/index.php?title=API_Showcase" rel="nofollow">http://eigen.tuxfamily.org/index.php?title=API_Showcase</a></p>
<p>Cheers,<br />
Benoit</p>
<p>Xtremecpp schrieb:</p>
<blockquote>
<p>Hallo,</p>
<p>ich möchte mit dieser Bibliothek eine Matrix stückweise in Blöcke (die nicht gleich groß sind) zerlegen. Das mache ich mit der Funktion block() der ich Spalten und Zeilennummern des Blocks angeben kann.<br />
Mein Problem besteht nun darin, dass ich diese Blöcke teilweise in eine neue Matrix übernehmen möchte und leider sehe ich im Moment irgentwie keine Möglichkeit Blöcke bspw durch &quot;setblock()&quot; oder ähnliches das zu erreichen, denn so eine Funktion kann ich nicht finden.</p>
<p>Kennt jemand diese Bibliothek und kann mir vielleicht weiterhelfen?</p>
<p><a href="http://eigen.tuxfamily.org/api/index.html" rel="nofollow">http://eigen.tuxfamily.org/api/index.html</a></p>
<p>Mfg</p>
</blockquote>
]]></description><link>https://www.c-plusplus.net/forum/post/1633891</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1633891</guid><dc:creator><![CDATA[BenoitJacob]]></dc:creator><pubDate>Mon, 22 Dec 2008 05:19:59 GMT</pubDate></item><item><title><![CDATA[Reply to Bibliothek Eigen2 on Thu, 01 Jan 2009 16:13:37 GMT]]></title><description><![CDATA[<p>Thanks,</p>
<p>it was helpful.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1638008</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1638008</guid><dc:creator><![CDATA[Xtremecpp]]></dc:creator><pubDate>Thu, 01 Jan 2009 16:13:37 GMT</pubDate></item></channel></rss>