Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 7th, 2012  |  syntax: None  |  size: 0.25 KB  |  hits: 24  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. matlab: quadprog complaining functional is not symmetrical when it is
  2. Warning: Your Hessian is not symmetric.
  3. Resetting H=(H+H')/2.
  4.        
  5. >> max(max(abs(F-F')))
  6.  
  7. ans =
  8.  
  9.    (1,1)     7.1054e-015
  10.        
  11. norm(H-H',inf) > eps
  12.        
  13. 7.1054e-15 > eps = 2.22e-16