def analysis.general_optics.simil_tens (   theta,
  tens 
)

Definition at line 125 of file general_optics.py.

00125                            :
00126         "similarity transform a 2x2 tensor.  If the tensor is deeper than 2nd rank, the inner indices are passed through"
00127         return simil_tens_cs(math.cos(theta), math.sin(theta), tens)
00128 
def principal_axis_angle(q22):


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