﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Bluebit Software Support Forum / Technical Support and Help / Matrix ActiveX Component  / VS 2005 C++  - how to use "Eigen" ?? / Latest Posts</title><generator>InstantForum.NET v4.1.4</generator><description>Bluebit Software Support Forum</description><link>http://www.bluebit.gr/forum/</link><webMaster>support@bluebit.gr</webMaster><lastBuildDate>Wed, 08 Sep 2010 07:51:35 GMT</lastBuildDate><ttl>20</ttl><item><title /><link>http://www.bluebit.gr/forum/Topic108-1-1.aspx</link><description>Hello,You should use double indirection since the matrix variables are passed by reference. Try this:[code]A-&amp;gt;Eigen( &amp;B, &amp;C ,&amp;D, &amp;E );[/code]By the way. .NET Matrix Library is one of our products which is targeted to .NET development. You could try use it instead of Matrix ActiveX Component which is targeted to COM. </description><pubDate>Fri, 09 Jun 2006 05:47:32 GMT</pubDate><dc:creator>Trifon</dc:creator></item><item><title>VS 2005 C++  - how to use "Eigen" ??</title><link>http://www.bluebit.gr/forum/Topic108-1-1.aspx</link><description>hii`m using Visual studio 2005 C++and i have problem with using Eigen :(what code should I write to get eigenvalues and eigenvectors from matrix A?here is my code:Matrix * A = new MatrixClass();Matrix * B = new MatrixClass();Matrix * C = new MatrixClass();Matrix * D = new MatrixClass();Matrix * E = new MatrixClass();Matrix * F = new MatrixClass();	A-&amp;gt;Size(3,3);B-&amp;gt;Size(3,1);C-&amp;gt;Size(3,1);D-&amp;gt;Size(3,3);E-&amp;gt;Size(3,3);F-&amp;gt;Size(3,3);A-&amp;gt;set_Item(0,0,1);A-&amp;gt;set_Item(0,1,2);A-&amp;gt;set_Item(0,2,3);A-&amp;gt;set_Item(1,0,4);A-&amp;gt;set_Item(1,1,5);A-&amp;gt;set_Item(1,2,6);A-&amp;gt;set_Item(2,0,7);A-&amp;gt;set_Item(2,1,8);A-&amp;gt;set_Item(2,2,9);Console::WriteLine("My matrix:");Console::WriteLine(A-&amp;gt;GetString(3,"&lt;br&gt;"));Console::Read();how use EIGEN ???becouse when I use:"A-&amp;gt;Eigen(__gc (*B), __gc*(C), __gc *(D), __gc *(E));"compiler shows me error :(</description><pubDate>Thu, 08 Jun 2006 16:30:48 GMT</pubDate><dc:creator>mleko</dc:creator></item></channel></rss>