<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="+1"><tt><br>
Hello,<br>
<br>
I am trying to use the levenberg marquardt (LM) optimization method in
ITK and am encountering some unexpected behavior. To further explore
the issue I got hold of the vnl LM object via the ITK GetOptimizer()
method and then used set_trace(true) and set_verbose(true) on the vnl
LM object to facilitate debugging.<br>
<br>
However, when I run my program it crashes when make the set_trace() and
set_verbose() calls.<br>
<br>
Could someone please help me understand why this happens and how I
could avoid this ? Thanks in advance.<br>
<br>
Best regards,<br>
Suyash.<br>
<br>
</tt></font>
</body>
</html>