<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7652.24">
<TITLE>Problem with SolveLinearSystem in vtkMath.</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<BR>
<P><FONT SIZE=2>Hi All,<BR>
I am trying to use the function vtkMath::SolveLinearSystem.The function works fine but the matrix A changes during the execution of the function.I have to use the function in loop, thats why, I need A not to change.<BR>
<BR>
Well a quick fix to this problem seems to make a copy of A and pass the copy to the function (all done within the loop)?<BR>
Any other fixes?<BR>
<BR>
int vtkMath::SolveLinearSystem ( double ** A,double*x,int size)<BR>
<BR>
Best Regards,<BR>
<BR>
Salman <BR>
<BR>
</FONT>
</P>
</BODY>
</HTML>