Skip to content

Instantly share code, notes, and snippets.

View dominikmuller's full-sized avatar

Dominik Müller dominikmuller

  • CERN
  • Geneva , Switzerland
View GitHub Profile
from numpy import matrix
from numpy import zeros
from numpy import ones
from numpy import sqrt
import numpy
import logging as log
class DimensionError(numpy.linalg.LinAlgError):
@dominikmuller
dominikmuller / ycm_extra_conf.py
Created April 20, 2018 08:47
YCM extra config for LHCb projects. Finds compilation flags for header files.
import os
import ycm_core
from clang_helpers import PrepareClangFlags
import fnmatch
def DirectoryOfThisScript():
return os.path.dirname(os.path.abspath(__file__))