Changeset 1200
- Timestamp:
- Jan 17, 2014 9:16:57 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIImath.py
r1146 r1200 152 152 Adiag = np.sqrt(np.diag(Amat)) 153 153 Anorm = np.outer(Adiag,Adiag) 154 Amat /= Anorm154 # Amat /= Anorm 155 155 Amatlam = Amat*(One+Lam)/Anorm #scale Amat to Marquardt array 156 156 try:
Note: See TracChangeset
for help on using the changeset viewer.