def q_moments (   self  ) 

Definition at line 181 of file general_optics.py.

00181                            :
00182                 "return the eigenvectors v and complex q eigenvalues for this q tensor"
00183                 u,v=eigenvectors(self.qit)
00184                 return v, 1.0/u[0], 1.0/u[1]
00185         
        def qi_moments(self):


Generated on Wed Nov 21 10:18:32 2007 for analysis by  doxygen 1.5.4