Generic matrix multiplication and memory management in linBox

  • Authors:
  • Erich Kaltofen;Dmitriy Morozov;George Yuhasz

  • Affiliations:
  • North Carolina State University, Raleigh, NC;Duke University, Durham, NC;North Carolina State University, Raleigh, NC

  • Venue:
  • Proceedings of the 2005 international symposium on Symbolic and algebraic computation
  • Year:
  • 2005

Quantified Score

Hi-index 0.00

Visualization

Abstract

We describe the design and implementation of two components in the LinBox library. The first is an implementation of black box matrix multiplication as a lazy matrix-times-matrix product. The implementation uses template meta-programming to set the intermediate vector type used during application of the matrix product. We also describe an interface mechanism that allows incorporation of external components with native memory management such as garbage collection into LinBox. An implementation of the interface based on SACLIB's field arithmetic procedures is presented.