mailr23391 - /branches/frame_order_cleanup/lib/frame_order/matrix_ops.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on May 23, 2014 - 20:09:
Author: bugman
Date: Fri May 23 20:09:10 2014
New Revision: 23391

URL: http://svn.gna.org/viewcvs/relax?rev=23391&view=rev
Log:
Missing import from the trunk merge.


Modified:
    branches/frame_order_cleanup/lib/frame_order/matrix_ops.py

Modified: branches/frame_order_cleanup/lib/frame_order/matrix_ops.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/lib/frame_order/matrix_ops.py?rev=23391&r1=23390&r2=23391&view=diff
==============================================================================
--- branches/frame_order_cleanup/lib/frame_order/matrix_ops.py  (original)
+++ branches/frame_order_cleanup/lib/frame_order/matrix_ops.py  Fri May 23 
20:09:10 2014
@@ -25,6 +25,7 @@
 # Python module imports.
 from math import cos, sin
 from numpy import dot, inner, sqrt, transpose
+from numpy.linalg import norm
 
 # relax module imports.
 from lib.linear_algebra.kronecker_product import transpose_23




Related Messages


Powered by MHonArc, Updated Sat May 24 09:00:03 2014