C++ Expression Templates

前端 未结 3 1046
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-09 00:01

I currently use C for numerical computations. I\'ve heard that using C++ Expression Templates is better for scientific computing. What are C++ Expression Templates in simple

3条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-09 01:06

    There is a nice article on C++ template math in the good old Flipcode archive (sure brings back memories):

    http://www.flipcode.com/archives/Faster_Vector_Math_Using_Templates.shtml

提交回复
热议问题