inlib  1.2.0
Public Member Functions
inlib::a4z::HH6 Class Reference
Inheritance diagram for inlib::a4z::HH6:
Inheritance graph
[legend]
Collaboration diagram for inlib::a4z::HH6:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 HH6 ()

Detailed Description

Definition at line 177 of file a4z.


Constructor & Destructor Documentation

inlib::a4z::HH6::HH6 ( ) [inline]

Definition at line 179 of file a4z.

       {
    typedef std::complex<double> z;
    z i(0,1);
    v01(-1);
    v02( 1);
    v10(-1);
    v13( 1);
    v20( 1);
    v23(-1);
    v31( 1);
    v32(-1);
    multiply(0.5);  
  }

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines