Changeset 3095 for trunk/GSASIImath.py
- Timestamp:
- Sep 21, 2017 2:42:50 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIImath.py
r3079 r3095 218 218 try: 219 219 Bmat,Nzero = pinv(Amatlam,xtol) #Moore-Penrose inversion (via SVD) & count of zeros 220 if Print:221 220 # if Print: 221 print 'Found %d SVD zeros'%(Nzero) 222 222 # Bmat = nl.inv(Amatlam); Nzeros = 0 223 223 Bmat = Bmat/Anorm
Note: See TracChangeset
for help on using the changeset viewer.