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):
|