Dew MtxVec NET
TMtxVecReport Object
Summary
The report printer.

Unit
MtxVec

Hierarchy
TMtxVecReport

Subclasses
None

Description
The most common way to debug an algorithm in the old days was to print the values of the variables to the screen or to the file. Today it is more common to use watches and tooltips to examine the values of variables. In some cases this two approaches do not work because of multithreading. Sometimes it is also desirable to have an algorithm return report on its convergence, like it is the case with optimization algorithms. For cases like this there is a global variable called Report declared in MtxVec.pas unit. Report is of a TMtxVecReport type and is derived from TStringStream. It has been extended with several new methods to support:

Properties

 Name  Summary 
Delimiter  
ImFormat  
ReFormat  

Methods

 Name  Summary 
Clear  
NewLine  
Print  
PrintCplx  
PrintCplxArray  
PrintMtx  
PrintSample  
PrintSampleArray  
PrintVec  
SaveToFile  
SaveToStream  
WriteLine  
WriteString  

Copyright 2008 Dew Research
http://www.dewresearch.com