Skip to content
  • Andreas Marek's avatar
    Abort on error in QR-decomposition · ff13970b
    Andreas Marek authored
    If the QR-decomposition is used wrongly (matrix size is not a
    multiple of block size) the the execution will abort, in
    order to prevent the wrong results, discussed in a previous commit
    
    Debug messages are now available by setting the environment variable
    "ELPA_DEBUG_MESSAGES" to "yes".
    ff13970b