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

List of all members.

Public Member Functions

 HH1 ()

Detailed Description

Definition at line 107 of file a4z.


Constructor & Destructor Documentation

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

Definition at line 109 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(-i*0.5);
  }

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