Guest User

Untitled

a guest
Jul 20th, 2018
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. commit d26aadceaca153d24cc9e0d66c7997ef5067a9a5
  2. Merge: ff1b343 af1e094
  3. Author: Christopher Smith <smichr@gmail.com>
  4. Date: Wed Mar 14 09:13:38 2012 -0700
  5.  
  6. Merge pull request #1120 from mrocklin/3143_matrixbase_identity
  7.  
  8. added is_square check to is_identity
  9.  
  10. commit ff1b343b1f97291d1b5c2948fa86b7df00f4b485
  11. Merge: 1834e96 9d2d54c
  12. Author: Christopher Smith <smichr@gmail.com>
  13. Date: Wed Mar 14 05:28:09 2012 -0700
  14.  
  15. Merge pull request #1058 from smichr/non-recursive
  16.  
  17. Non recursive is_positive and is_negative for Mul
  18.  
  19. commit 9d2d54cf52e4231db9462a52dd239bc219bd50bb
  20. Author: Chris Smith <smichr@gmail.com>
  21. Date: Sun Mar 11 17:53:37 2012 +0545
  22.  
  23. move is_zero test higher in is_positive|negative logic
  24.  
  25. is_nonpositive catches a zero so any zero factor never
  26. provided a quick exit for is_positive and is_negative,
  27. so the is_zero test was moved before that test and covereage
  28. checked to see that that is now covered.
  29.  
  30. commit 98ca2e260b2fb81078439eb97dc297c0456fa462
  31. Author: Chris Smith <smichr@gmail.com>
  32. Date: Sat Mar 10 01:02:14 2012 +0545
  33.  
  34. simplify Mul.is_(positive|negative) code; add docstrings
  35.  
  36. commit 8defcf4557a2519fbfdad514032c3b2e14ae1a2c
  37. Author: Chris Smith <smichr@gmail.com>
  38. Date: Sat Feb 18 09:49:48 2012 +0545
Add Comment
Please, Sign In to add comment