aGrUM  0.14.2
inline.h File Reference

aGrUM's inline/outline selection More...

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Detailed Description

aGrUM's inline/outline selection

aGrUM's INLINE is a substitute to the usual C++ inline. It enables compiling aGrUM with or without inline functions, depending on whether we wish to debug parts of aGrUM.

From eigen library, aGrUM proposes now: INLINE : the compiler has to try to inline STRONG_INLINE : the compiler has to try harder toinline ALWAYS_INLINE : the compiler has to inline NO_INLINE : the compiler should not inline

Author
Christophe GONZALES and Pierre-Henri WUILLEMIN

Definition in file inline.h.