﻿<?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 / .NET Matrix Library  / Bluebit::MatrixLibrary::Complex to std::complex / 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>Thu, 09 Sep 2010 13:59:13 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Bluebit::MatrixLibrary::Complex to std::complex</title><link>http://www.bluebit.gr/forum/Topic477-3-1.aspx</link><description>You can use the 3rd parameter of the FillRandom method which specifies the rounding of the random values.</description><pubDate>Mon, 12 May 2008 12:24:28 GMT</pubDate><dc:creator>Trifon</dc:creator></item><item><title>RE: Bluebit::MatrixLibrary::Complex to std::complex</title><link>http://www.bluebit.gr/forum/Topic477-3-1.aspx</link><description>Thank you wery much for your answer :) It was wery helpful ;)&lt;br&gt;In Class CMatrix I have only round to ones values when I use FillRandom(2.5.2.7), but I need double precision values. How could I do this ?</description><pubDate>Mon, 12 May 2008 12:10:33 GMT</pubDate><dc:creator>vitamine1983</dc:creator></item><item><title>RE: Bluebit::MatrixLibrary::Complex to std::complex</title><link>http://www.bluebit.gr/forum/Topic477-3-1.aspx</link><description>.NET Matrix Library defines the Bluebit::MatrixLibrary::Complex structure in order to handle complex numbers. &lt;P&gt;Please test the following code:&lt;/P&gt;&lt;P&gt;[code]int main(array&amp;lt;System::String ^&amp;gt; ^args)&lt;BR&gt;{&lt;/P&gt;&lt;P&gt; CMatrix^ A= gcnew CMatrix(4, 4);&lt;BR&gt; A-&amp;gt;FillRandom();&lt;/P&gt;&lt;P&gt; //Print all matrix elements&lt;BR&gt; Console::WriteLine(A);&lt;/P&gt;&lt;P&gt; //Print top left element&lt;BR&gt; Console::WriteLine("This is top left element {0}", A[0,0].ToString() );&lt;/P&gt;&lt;P&gt; Complex c = A-&amp;gt;Determinant();&lt;/P&gt;&lt;P&gt; Console::WriteLine("The determinant is equal to {0}", c.ToString());&lt;/P&gt;&lt;P&gt; Console::ReadLine();&lt;BR&gt;    return 0;&lt;BR&gt;}[/code]</description><pubDate>Sun, 11 May 2008 16:15:36 GMT</pubDate><dc:creator>Trifon</dc:creator></item><item><title>Bluebit::MatrixLibrary::Complex to std::complex</title><link>http://www.bluebit.gr/forum/Topic477-3-1.aspx</link><description>Hello :)&lt;br&gt;&lt;br&gt;I am using complex number Matrix and would like to check the values on it. How could I do it with standart &lt;br&gt;std::complex&lt;double&gt; complex number to use with Console::WriteLine();&lt;br&gt;and what I must  add to my project to be allowed&lt;br&gt;&lt;br&gt;CMatrix ^A =  gcnew CMatrix(50, 50);&lt;br&gt;std::complex&lt;double&gt; ans (real(A-&gt;Determinant()), 0);&lt;br&gt;</description><pubDate>Sun, 11 May 2008 14:43:16 GMT</pubDate><dc:creator>vitamine1983</dc:creator></item></channel></rss>