Skip to content
Snippets Groups Projects
  1. Mar 08, 2017
  2. Mar 05, 2017
    • Patrik Huber's avatar
      Changed PcaModel c'tor to take an orthonormal basis · 4662c59c
      Patrik Huber authored
      Adjusted all files that use it (hopefully).
      
      This is a breaking change: If you're currently using the PcaModel constructor and giving it a PCA basis matrix, your code will (probably silently) break: The function now expects an orthonormal basis matrix, whereas before, it expected a rescaled basis matrix. However it makes more sense for the function to take an orthonormal basis matrix.
      4662c59c
  3. Mar 04, 2017
  4. Mar 03, 2017
  5. Feb 28, 2017
  6. Jan 29, 2017
  7. Jan 02, 2017
  8. Dec 30, 2016
  9. Dec 24, 2016
    • Ruslan Baratov's avatar
      Consistent 'REQUIRED' usage · ae216114
      Ruslan Baratov authored
      If 'REQUIRED' used inside 'find_package' there is no need to check '*_FOUND'
      variable. And vice versa - if package is not optional then 'REQUIRED' can be
      used instead of 'if(NOT *_FOUND) message(FATAL_ERROR)' block.
      ae216114
  10. Dec 18, 2016
  11. Dec 17, 2016
  12. Dec 15, 2016
  13. Dec 10, 2016
Loading