VKalVrt some code optimizations
I move the ForCFT
constructor out of the header (it is a bit large for inlining)
I spotted some arguments that are trivial, unchanged and passed by pointer. Passing these by value allows more compiler optimization.
I move the ForCFT
constructor out of the header (it is a bit large for inlining)
I spotted some arguments that are trivial, unchanged and passed by pointer. Passing these by value allows more compiler optimization.