A New Look at Expression Templates for Matrix Computation

  • Authors:
  • Robert C. Kirby

  • Affiliations:
  • -

  • Venue:
  • Computing in Science and Engineering
  • Year:
  • 2003

Quantified Score

Hi-index 0.00

Visualization

Abstract

C++ offers programmers the ability to redefine mathematical operations for their own types, such as matrices. Athough older approaches to this created many needless temporary objects, a new approach-expression templates has emerged.