casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Private Types
casa::LSQReal Class Reference

Typing support classes for LSQ classes. More...

#include <LSQTraits.h>

List of all members.

Private Types

typedef LSQReal value_type

Detailed Description

Typing support classes for LSQ classes.

Review Status

Reviewed By:
Wim Brouw
Date Reviewed:
2004/04/01
Test programs:
tLSQFit, tLSQaips
<h3>Synopsis</h3>
The following classes are used in detremining the type of iterator
presented to the LSQFit class. They are for a large part based on ideas by 
Alexandrescu(2001), 'Modern C++ design'.

<h3>Example</h3> @anchor LSQTraits_example
See   \link casa::LSQFit LSQFit \endlink  class, especially the
<tt>LSQFit2.cc</tt>
 defintion file.

<h3>Motivation</h3>
To ease the interface to Fitting (and probably other) classes, by producing
a framework that can be used with aips++ containers.

<h3>To Do</h3><ul>  <li> Add more type info if and when needed
</ul>

Type of real numeric class indicator  

Definition at line 65 of file LSQTraits.h.


Member Typedef Documentation

Definition at line 66 of file LSQTraits.h.


The documentation for this class was generated from the following file: