﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
200	Functions Matrix SetDiag  , Matrix Diag	majalvo	Jorge	"Good Evenning!

I need build a diagonal matrix using a set of diferents reals.
If the cardinal of the set is bigger than 5000, I cannot build the diagonal matrix.
I use the function SetDiag.
If reals are equal I can use the function Diag.
Both functions whit a big number of reals doesn't build the diagonal matrix.

Real Num           = 5000;
Set s                  = NCopy(Num,1);
Matrix  Mat_Diag = SetDiag(s);
Matrix Mat_Diag2 = Diag(Num, 1);

I am using a virtual machine, maybe this is the trouble.

Thank you."	defect	closed	high		Interface	head	major	remind		
