Luke Peterson

Results 6 comments of Luke Peterson

Upon closer reading of the Cpp Core Guidelines, I think the recommendation there is to `` in our situation since greeter.cpp is not including greeter.h in a relative directory but...

The most compelling reason to make the include of the corresponding header be the very first line in a cpp library implementation file is to ensure that the header file...

Correct, it is not enforced by clang-format, but with the change to .clang-format I made, it at least allows users to follow this practice if they want to without suggesting/making...

First of all, thanks for the excellent library. Second, I'm also looking for a simple way to end integration when some function of the states undergoes a zero crossing. The...

Thanks for pointing me to those examples. Is there an example which illustrates how to find (to some specified accuracy) the time at which the zero crossing occurs? Also, it...

Also, if there is anything I can do to help, let me know. I'm still getting comfortable with the library, my knowledge of C++ template is fairly low, but if...