![]() |
aGrUM
0.14.2
|
aGrUM's inline/outline selection More...
Go to the source code of this file.
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
Definition in file inline.h.