Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Oct 09, 2015
  2. Oct 05, 2015
  3. Sep 28, 2015
  4. Sep 22, 2015
  5. Sep 21, 2015
  6. Dec 16, 2014
  7. Dec 04, 2014
  8. Nov 04, 2014
  9. Feb 10, 2014
  10. Feb 07, 2014
  11. Sep 12, 2013
  12. Nov 02, 2012
  13. Oct 24, 2012
  14. Jul 30, 2012
  15. Jul 03, 2012
  16. May 12, 2012
    • Dennis Mikkelson's avatar
      Re: 5285 Add convertToBinBoundary() to VectorHelper · bc2a6e35
      Dennis Mikkelson authored
      Since VectorHelper::rebin() requires current X vector with
      one more entry than the current Y vector, even if the
      Workspace2D is a distribution, we need to adjust the current
      X vector before calling rebin.  This is a convenience method
      that essentially reverses the convertToBinCentre() method, so
      it seems to belong in VectorHelper.
      refs #5285
      bc2a6e35
  17. Dec 29, 2011
  18. Aug 30, 2011
  19. Jul 13, 2011
  20. Jun 08, 2011
  21. Jun 02, 2011
  22. May 12, 2011
  23. Apr 06, 2011
  24. Mar 24, 2011
  25. Feb 10, 2011
  26. Dec 29, 2010
  27. Dec 02, 2010
  28. Sep 10, 2010
  29. Jul 22, 2010
    • Nick Draper's avatar
      closes #1182 · 9ed50cb5
      Nick Draper authored
      Copyright updated to read
      Copyright © 2007-10 ISIS Rutherford Appleton Laboratory & NScD Oak Ridge National Laboratory
      9ed50cb5
  30. May 26, 2010
  31. May 11, 2010
  32. Jan 21, 2010
  33. Dec 10, 2009
  34. Dec 08, 2009
  35. Oct 16, 2009
  36. May 15, 2009
  37. Mar 24, 2009
    • Russell Taylor's avatar
      * The errorHelper will be helping no more. · 03143041
      Russell Taylor authored
      * Added progress reporting to binary operations
      * Some doxygen fixes
      
      Example improvements in binary operation speed, based on 10k Merlin spectra (old values in brackets).
                 Windows     Linux(s1)
      Plus       0.9 (4.5)   1.4 (6.8) seconds
      Minus      1.0 (4.3)   1.4 (7.9) seconds
      Multiply   0.8 (4.0)   1.2 (6.6) seconds
      Divide     4.1 (7.9)   1.9 (6.6) seconds
      
      Re #509.
      03143041
Loading